cyzhao 10 сар өмнө
parent
commit
6518f4d757

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

@@ -159,6 +159,7 @@ class FightProc {
 
         UserProc::updateUserInfo();
         $ret = array(
+            'task'=> ctx()->task,
             'gold' => ctx()->baseInfo->gold,
             'items' => ctx()->store->items,
             'evolveMaxId_right' => ctx()->gates->evolveMaxId_right,