Browse Source

言灵替换bug

cyzhao 3 years ago
parent
commit
da0cebd7b7
1 changed files with 1 additions and 1 deletions
  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,
         ));
     }