From 545128e0b18cee1e2c001067ae5399dbd2f6b269 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 21 一月 2025 14:09:20 +0800
Subject: [PATCH] 10263 【越南】【英文】【BT】【砍树】后端支持NPC仿真实玩家战斗和快速战斗(本服竞技场支持掉线重登后结算战斗结果)

---
 ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/LuckyCloudBuy.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/LuckyCloudBuy.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/LuckyCloudBuy.py
index 6de5066..08ac9bf 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/LuckyCloudBuy.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/LuckyCloudBuy.py
@@ -64,7 +64,7 @@
         for cfgID, actInfoDict in curActInfoDict.items():
             if not actInfoDict[ShareDefine.ActKey_State]:
                 continue
-            CrossLuckyCloudBuy.DoStartNewRoundLuckyCloudBuy(cfgID, 1)
+            CrossLuckyCloudBuy.DoStartNewRoundLuckyCloudBuy(cfgID, True)
             
     # 添加云购记录
     elif value1 == 1:

--
Gitblit v1.8.0