|
@@ -690,7 +690,7 @@ class TaskProc {
|
|
|
$taskParam = new Ins_TaskParams(Enum_TaskCmdType::PassGateN, $gateId, $difficulty);
|
|
|
self::CheckTaskConditions($taskParam);
|
|
|
self::OnPassGate();
|
|
|
- var_dump("通关剧情检测");
|
|
|
+// var_dump("通关剧情检测 $gateId $difficulty");
|
|
|
$taskEventArg = new Ins_TaskEventArgs(Enum_TaskCmdType::PassGateN, Enum_PropelType::set, 1, array($gateId, $difficulty));
|
|
|
self::CheckTaskCardConditions($taskEventArg);
|
|
|
}
|