فهرست منبع

任务一键领取奖励

cyzhao 9 ماه پیش
والد
کامیت
bc9218e3e9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Gameserver/App/process/TaskProc.php

+ 1 - 1
Gameserver/App/process/TaskProc.php

@@ -63,7 +63,7 @@ class TaskProc {
         } else {
             foreach ($dic as $uid => $task) {
                 $t = new Ins_TaskStep_Active($task);
-                if ($t->mo()->type == $type && $t->isFinish()) {
+                if ($t->mo()->type == $type && $t->state == Enum_TaskCardStateType::finish) {
                     $arr[] = $uid;
                 }
             }