Parcourir la source

启灵返回值

cyzhao il y a 10 mois
Parent
commit
6518f4d757
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Gameserver/App/process/FightProc.php

+ 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,