Explorar o código

返回排行榜内玩家的启灵信息

cyzhao hai 10 meses
pai
achega
f204151fbf
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      Gameserver/App/process/FightProc.php

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

@@ -969,11 +969,13 @@ class FightProc {
 
         $store = $userInfo->store;
         $heros = $userInfo->heros;
-
+        $gates = $userInfo->gates;    
+        
         UserProc::updateUserInfo();
         $ret = array(
             'store' => $store,
             'heros' => $heros,
+            'gates' => $gates,
         );
         return Resp::ok($ret);
     }