From 2048eaf865d835648b5108bbc46820f2da343bc8 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 05 六月 2024 11:38:37 +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 26ed7ea..377e6e3 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 @@ -1457,6 +1458,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