瀏覽代碼

战斗结算带回私有数据

cyzhao 8 月之前
父節點
當前提交
04ad22fe0e
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      Gameserver/App/process/FightProc.php

+ 5 - 5
Gameserver/App/process/FightProc.php

@@ -759,12 +759,12 @@ class FightProc {
             'reward_Gem' => StoreProc::$reward_Gem,
             'oldLevel' => $oldLevel,
             'newLevel' => $newLevel,
-            'funUnlockRecord' => ctx()->privateState->funUnlockRecord,
-            'funUnlockRecord_2' => ctx()->privateState->funUnlockRecord_2,
-            'LoginDays'=> ctx()->privateState->LoginDays,            
-            'skillUnlockRecord' => ctx()->privateState->skillUnlockRecord,
+            //'funUnlockRecord' => ctx()->privateState->funUnlockRecord,
+            //'funUnlockRecord_2' => ctx()->privateState->funUnlockRecord_2,
+            //'LoginDays'=> ctx()->privateState->LoginDays,            
+            //'skillUnlockRecord' => ctx()->privateState->skillUnlockRecord,
             'heros' => ctx()->heros,
-            'subFunStartTs' => ctx()->privateState->subFunStartTs,
+            'privateState' => ctx()->privateState,
         );
         return Resp::ok($ret);
     }