瀏覽代碼

主线关卡奖励同步

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

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

@@ -162,6 +162,9 @@ class FightProc {
         StoreProc::AddMultiItemInStore($mo->$prize);
         UserProc::updateUserInfo();
         return Resp::ok(array(
+                    'gold'=> ctx()->baseInfo->gold,
+                    'cash'=> ctx()->baseInfo->cash,
+                    'store'=> ctx()->store,
                     'reward' => StoreProc::$reward,
                     'reward_Gem' => StoreProc::$reward_Gem,
         ));