فهرست منبع

世界bossbug修复

cyzhao 2 ماه پیش
والد
کامیت
f6a5b3f0b7

+ 1 - 1
Gameserver/App/model/Const/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-03-11 15:35:37
+ // 日期: 2025-03-11 17:18:28
 ////////////////////
 
 /**

+ 1 - 1
Gameserver/App/model/Const/sm_waveItem.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-03-11 15:25:30
+ // 日期: 2025-03-11 16:03:24
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_waves.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-03-11 15:25:30
+ // 日期: 2025-03-11 16:03:24
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/process/FightProc.php

@@ -1433,7 +1433,7 @@ class FightProc {
         }
 
         if ($lv == null) {
-            $lv = 0;
+            $lv = -1;
         }
 
         $ins_rank->rank = $lv + 1;