소스 검색

lingchong

cyzhao 1 개월 전
부모
커밋
224dd1b830
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Gameserver/App/process/PetProc.php

+ 3 - 1
Gameserver/App/process/PetProc.php

@@ -837,7 +837,9 @@ class PetProc {
         }
              
         UserProc::updateUserInfo();
-        return Resp::ok(array());
+        return Resp::ok(array(                   
+                    'store' => ctx()->store,              
+        ));
     }
 
     /**