Jelajahi Sumber

fixed: 发放挑战关卡奖励

王刚 1 tahun lalu
induk
melakukan
6f820345a2

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-16 15:25:06
+ // 日期: 2024-05-17 11:49:42
 ////////////////////
 
 /**

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-16 15:05:28
+ // 日期: 2024-05-16 15:32:56
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-14 10:32:56
+ // 日期: 2024-05-17 11:49:38
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-16 11:40:50
+ // 日期: 2024-05-17 11:22:10
 ////////////////////
 
 

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

@@ -410,6 +410,7 @@ class FightProc {
                 my_Assert($layerMo != null, ErrCode::err_const_no);
                 StoreProc::AddMultiItemInStore($layerMo->rewards);              # 发放奖励
             }
+            ctx()->gates()->TowerGateInfo()->CurLayer = $finalLayer;
             UserProc::updateUserInfo();
             $ret = array(
                 'store' => ctx()->store,