Explorar el Código

fixed: 每日参与boss战的检测.

王刚 hace 3 años
padre
commit
79bdbbb4d0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Gameserver/Amfphp/process/TaskProc.php

+ 2 - 1
Gameserver/Amfphp/process/TaskProc.php

@@ -868,8 +868,9 @@ class TaskProc {
         $taskEventArg = new Ins_TaskEventArgs(Enum_TaskCmdType::PassWorldBoss, Enum_PropelType::set, 1, array($gateId));
 //        var_dump($taskEventArg);
         self::CheckTaskCardConditions($taskEventArg);
+//
         $taskEventArgDaily = new Ins_TaskEventArgs(Enum_TaskCmdType::DailyBossChallenge, Enum_PropelType::add, 1, array($gateId));
-//        var_dump($taskEventArg);
+//        var_dump($taskEventArgDaily);
         self::CheckTaskCardConditions($taskEventArgDaily);
     }