소스 검색

言灵替换

cyzhao 3 년 전
부모
커밋
9358233115
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Gameserver/Amfphp/process/HeroProc.php

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

@@ -349,6 +349,7 @@ class HeroProc {
         return Resp::ok(array(
                     "store" => $user->store, #                                  # 目前来看只涉及到items变化
                     "hero" => $user->heros->collectHeros,
+                    "selfhero" => $user->heros->collectHeros->$heroId,
         ));
     }