浏览代码

言灵替换bug

cyzhao 3 年之前
父节点
当前提交
da0cebd7b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/Amfphp/process/HeroProc.php

+ 1 - 1
Gameserver/Amfphp/process/HeroProc.php

@@ -348,7 +348,7 @@ class HeroProc {
         UserProc::updateUserInfo();                                             # 回写玩家数据
         return Resp::ok(array(
                     "store" => $user->store, #                                  # 目前来看只涉及到items变化
-                    "hero" => $user->heros,
+                    "hero" => $user->heros->collectHeros,
         ));
     }