From 5054ef8e509abc644c37bc349adbe448ed4f49a5 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 28 一月 2019 15:23:06 +0800
Subject: [PATCH] 5926 【后端】【1.5.100】新增节日巡礼

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py |    5 +++++
 1 files changed, 5 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 884e9a0..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,6 +80,7 @@
 import PlayerSpringSale
 import PlayerBossReborn
 import PlayerWeekParty
+import PlayerFeastWeekParty
 import PlayerActLogin
 import PlayerFlashGiftbag
 import PlayerFairyCeremony
@@ -1312,6 +1313,10 @@
                 
             elif actionName == ShareDefine.OperationActionName_LoginAward:
                 PlayerActLogin.RefreshOperationAction_LoginAward()
+                
+            elif actionName == ShareDefine.OperationActionName_FeastWeekParty:
+                PlayerFeastWeekParty.RefreshOperationAction_FeastWeekParty()
+            
             return
         
         if msgValue.isdigit():

--
Gitblit v1.8.0