From dae838e71a37330fe1c129cc212c90637cc97bd5 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 16 十一月 2023 15:32:44 +0800
Subject: [PATCH] 10007 【主干】【港台】充值成功回复客户端详细信息
---
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