Explorar o código

任务新加类型

cyzhao hai 8 meses
pai
achega
d7c5a6f20b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Gameserver/App/process/FightProc.php

+ 2 - 1
Gameserver/App/process/FightProc.php

@@ -596,7 +596,8 @@ class FightProc {
             StoreProc::AddMultiItemInStore($prize);
         }
         ctx()->gates->GateList->$gateId = $gateInfo;
-
+        TaskProc::OnReceiveGateBoxReward();
+        
         UserProc::updateUserInfo();
         $ret = array(
             'gates' => ctx()->gates,