From de76bf6d9d264a24dfb7a3939fb68059e59b057d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 23 四月 2021 18:36:39 +0800 Subject: [PATCH] 8901 【BT2】【后端】全服红包(同步主干补冲突) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | 3 +++ 1 files changed, 3 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 3059ea1..236dc75 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py @@ -52,6 +52,7 @@ import PlayerActManyDayRecharge import PlayerActSingleRecharge import PlayerActRechargePrize +import PlayerFamilyRedPacket import CrossActCTGBillboard import PlayerActGrowupBuy import OpenServerCampaign @@ -437,6 +438,8 @@ #跨服充值排行活动 CrossActCTGBillboard.AddCTGRMB(curPlayer, orderCoin) PlayerActManyDayRecharge.AddManyDayRechargeValue(curPlayer, orderCoin) # 多日连充 + #红包, 需要真实充值 + PlayerFamilyRedPacket.OnPlayerRecharge(curPlayer, orderCoin) # 只算充仙玉的 if coinType == CoinType_Gold: -- Gitblit v1.8.0