Browse Source

启灵返回值

cyzhao 10 months ago
parent
commit
6518f4d757
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gameserver/App/process/FightProc.php

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

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