From c6a58632ea948d2cd125a799fe6af023e53f5fd9 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 29 一月 2019 14:39:52 +0800 Subject: [PATCH] 6087 【后端】【1.5.200】春节红包雨活动(增加是否每天重置) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 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 8458827..aee1e7a 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -80,8 +80,11 @@ import PlayerSpringSale import PlayerBossReborn import PlayerWeekParty +import PlayerFeastWeekParty +import PlayerActLogin import PlayerFlashGiftbag import PlayerFairyCeremony +import PlayerNewFairyCeremony import PlayerRefineStove import PlayerFlashSale import PlayerWishingWell @@ -1295,7 +1298,10 @@ elif actionName == ShareDefine.OperationActionName_FairyCeremony: PlayerFairyCeremony.RefreshOperationAction_FairyCeremony() - + + elif actionName == ShareDefine.OperationActionName_NewFairyCeremony: + PlayerNewFairyCeremony.RefreshOperationAction_NewFairyCeremony() + elif actionName == ShareDefine.OperationActionName_FlashSale: PlayerFlashSale.RefreshflashSaleActionInfo() @@ -1304,6 +1310,12 @@ elif actionName == ShareDefine.OperationActionName_WeekParty: PlayerWeekParty.RefreshOperationAction_WeekParty() + + elif actionName == ShareDefine.OperationActionName_LoginAward: + PlayerActLogin.RefreshOperationAction_LoginAward() + + elif actionName == ShareDefine.OperationActionName_FeastWeekParty: + PlayerFeastWeekParty.RefreshOperationAction_FeastWeekParty() return -- Gitblit v1.8.0