Selaa lähdekoodia

言灵替换bug

cyzhao 3 vuotta sitten
vanhempi
commit
da0cebd7b7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
         ));
     }