Browse Source

启灵返回值

cyzhao 10 tháng trước cách đây
mục cha
commit
6518f4d757
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,