From bf78ded072f95e416e9f272813ec5c5cc7040a50 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 22 十二月 2020 11:35:00 +0800 Subject: [PATCH] 8665 【主干】【后端】移植-成长特惠; (BT单: 8611 【BT】成长必买;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index e4db478..2af21b1 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -99,6 +99,7 @@ import PlayerFlashGiftbag import PlayerDailyGiftbag import PlayerCostRebate +import PlayerActGrowupBuy import PlayerActCollectWords import PlayerActTotalRecharge import PlayerActRechargePrize @@ -643,6 +644,8 @@ PlayerActTotalRecharge.OnPlayerLogin(curPlayer) #充值返利 PlayerActRechargePrize.OnPlayerLogin(curPlayer) + #成长必买 + PlayerActGrowupBuy.OnPlayerLogin(curPlayer) #限时特惠 PlayerSpringSale.OnPlayerLogin(curPlayer) #限时礼包 -- Gitblit v1.8.0