From 63d62011dc3639c1b6a0ea3f920e9ec6bada71f2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 10 三月 2021 18:13:39 +0800 Subject: [PATCH] 8650 【主干】【BT2】活动规则优化(充值返利仙玉 移到主干,为节日活动类型,改为仅直充仙玉有效,配表为仙玉); --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py index fca3e36..5ce8c2d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -77,6 +77,7 @@ import CrossActCTGBillboard import PlayerActCollectWords import PlayerActTotalRecharge +import PlayerActRechargeRebateGold import PlayerActRechargePrize import PlayerActGrowupBuy import PlayerSpringSale @@ -1414,6 +1415,9 @@ elif actionName == ShareDefine.OperationActionName_GrowupBuy: PlayerActGrowupBuy.RefreshGrowupBuyActionInfo() + elif actionName == ShareDefine.OperationActionName_RechargeRebateGold: + PlayerActRechargeRebateGold.RefreshRechargeRebateGoldActionInfo() + return if key.startswith(ShareDefine.Def_Notify_WorldKey_CrossActInfo[:-2]): -- Gitblit v1.8.0