소스 검색

启灵返回值

cyzhao 10 달 전
부모
커밋
6518f4d757
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,