cyzhao 1 сар өмнө
parent
commit
224dd1b830

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