From 2929ce545f63fa40aa5ac93e7c030682568f00be Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 12 三月 2021 16:13:01 +0800 Subject: [PATCH] 8835 【BT2】【主干】【后端】Part3-2 5)新增多日连充(主干补冲突;钱单位修改为分) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py index 626f633..84e97af 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py @@ -49,6 +49,7 @@ import PlayerGoldGift import PlayerActTotalRecharge import PlayerActRechargeRebateGold +import PlayerActManyDayRecharge import PlayerActRechargePrize import CrossActCTGBillboard import PlayerActGrowupBuy @@ -437,6 +438,7 @@ if coinType in [CoinType_Gold, CoinType_Buy]: #跨服充值排行活动 CrossActCTGBillboard.AddCTGRMB(curPlayer, orderCoin) + PlayerActManyDayRecharge.AddManyDayRechargeValue(curPlayer, orderCoin) # 多日连充 # 只算充仙玉的 if coinType == CoinType_Gold: -- Gitblit v1.8.0