From e04d2f67ee2c1aafedf63ba6ff50d10585a19e99 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 12 七月 2023 01:17:39 +0800 Subject: [PATCH] 9823 9265【主干】【小7】【骨折】跨服云购修改(优化跨服活动支持配置按周循环) --- ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py index 2838262..ae64795 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py @@ -244,6 +244,7 @@ return Sync_LuckyCloudBuyRoundInfo(curPlayer) + Sync_LuckyCloudBuyNumRecInfo(curPlayer) __LoginNotifyMapCloudBuyNumInfo(curPlayer) return -- Gitblit v1.8.0