From b64a09543ef7543d307d851a3c1fdeebefff38e4 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 11 十二月 2024 14:09:09 +0800 Subject: [PATCH] 10318 【英文】【越南】【BT】【砍树】统一增加奖励获得封包(商店事件DataEx增加同步商店类型) --- 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