Ver Fonte

Merge branch 'dev' of http://ylsjtt.game7000.com:3000/YLSJ/jzhj2024server into dev

wanggangzero há 10 meses atrás
pai
commit
f01fbd4329

+ 1 - 3
Gameserver/App/configs/GameConfig.php

@@ -3,11 +3,9 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-07-23 17:47:05
+ // 日期: 2024-07-30 17:48:35
 ////////////////////
 
-namespace loyalsoft;
-
 /**
  * 常量配置数据 
  */

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

@@ -79,6 +79,7 @@ class HeroProc {
         return Resp::ok(array(                   
                     'store' => ctx()->store,
                     'heros'=>ctx()->heros,
+                    'newHeroId'=>$nextHeroId,
         ));
     }