From dfc8b201c29a56e3754f917d0519051ab7deed72 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 05 六月 2024 11:41:02 +0800 Subject: [PATCH] 10173 【主干】【香港】【越南】BOSS凭证(新增购买次数礼包活动) --- 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 e90cc60..7a5e7bd 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -99,6 +99,7 @@ import PlayerFeastLogin import PlayerFeastWish import PlayerActTask +import PlayerActBuyCountGift import PlayerActLoginNew import PlayerActLogin import PlayerFlashGiftbag @@ -1460,6 +1461,9 @@ elif actionName == ShareDefine.OperationActionName_WeekParty: PlayerWeekParty.RefreshOperationAction_WeekParty() + elif actionName == ShareDefine.OperationActionName_BuyCountGift: + PlayerActBuyCountGift.RefreshBuyCountGiftActionInfo(actNum) + elif actionName == ShareDefine.OperationActionName_ActTask: PlayerActTask.RefreshActTaskActionInfo(actNum) -- Gitblit v1.8.0