cyzhao 3 жил өмнө
parent
commit
da0cebd7b7

+ 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,
         ));
     }