From ca1fbca286db5bf04582edfa0dc4e25d648c9060 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 22 十二月 2020 17:02:17 +0800 Subject: [PATCH] 8666 【主干】移植-多日累充; (原BT主单: 8497 【新增】七日累充活动) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | 3 ++- 1 files changed, 2 insertions(+), 1 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 d31cf7f..589e246 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py @@ -343,7 +343,8 @@ PlayerNewFairyCeremony.OnFCRecharge(curPlayer) PlayerGoldGift.OnPlayerChargeGold(curPlayer, addGold) #累积充值X元 - PlayerActTotalRecharge.AddTotalRechargeGold(curPlayer, orderCoin/100) + PlayerActTotalRecharge.AddTotalRechargeGold(curPlayer, orderCoin/100, 1) + PlayerActTotalRecharge.AddTotalRechargeGold(curPlayer, orderCoin/100, 2) PlayerFairyCeremony.AddFCCTGRMB(curPlayer, orderCoin/100) PlayerNewFairyCeremony.AddFCCostGold(curPlayer, orderCoin/100) #开服活动 -- Gitblit v1.8.0