From e0758fbc6d3d1307e2142fba4386dbbddf914f43 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 11 七月 2023 16:08:32 +0800 Subject: [PATCH] 9823 9265【主干】【小7】【骨折】跨服云购修改(优化同步子服购买记录最大条数,目前仅同步前端单次查询最大条数50条) --- ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py index d97fb10..d08db50 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py @@ -111,6 +111,7 @@ g_luckyCloudBuyNumDict = {} # 幸运云购购买记录 {zoneID:[LuckyCloudBuyNum, ...], ...} g_luckyCloudBuyLotteryDict = {} # 幸运云购开奖记录 {zoneID:[LuckyCloudBuyLottery, ...], ...} g_unNotifyCloudBuyNumDict = {} # 未通知的跨服云购购买信息 {playerID:msgData, ...} +g_luckyCloudBuyRemainCountDict = {} # 幸运云购剩余购买份数 {zoneID:remainCount, ...} - 子服用 g_crossActInfoDict = None # 跨服运营活动信息 {actName:{actInfoDict}, ...} -- Gitblit v1.8.0