From 94ca00f866c8c947240cfbfaa399a88bdd05f62b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 01 二月 2021 14:47:01 +0800 Subject: [PATCH] 8716 【主干】【后端】【BT2】H.活动-节日祈愿(增加节日游历); --- 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 b09564c..b1c5d28 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -83,6 +83,7 @@ import PlayerBossReborn import PlayerWeekParty import PlayerFeastWeekParty +import PlayerFeastTravel import PlayerFeastLogin import PlayerFeastWish import PlayerActLogin @@ -1391,6 +1392,9 @@ elif actionName == ShareDefine.OperationActionName_FeastWish: PlayerFeastWish.RefreshFeastWishActionInfo() + elif actionName == ShareDefine.OperationActionName_FeastTravel: + PlayerFeastTravel.RefreshFeastTravelActionInfo() + elif actionName == ShareDefine.OperationActionName_FeastWeekParty: PlayerFeastWeekParty.RefreshOperationAction_FeastWeekParty() -- Gitblit v1.8.0