From 3d7649c649a1b15f68e30bc3b622260ebd7fab19 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 29 一月 2021 11:22:49 +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 665f38d..b09564c 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -84,6 +84,7 @@
 import PlayerWeekParty
 import PlayerFeastWeekParty
 import PlayerFeastLogin
+import PlayerFeastWish
 import PlayerActLogin
 import PlayerFlashGiftbag
 import PlayerDailyGiftbag
@@ -1387,6 +1388,9 @@
             elif actionName == ShareDefine.OperationActionName_FeastLogin:
                 PlayerFeastLogin.RefreshFeastLoginActionInfo()
                 
+            elif actionName == ShareDefine.OperationActionName_FeastWish:
+                PlayerFeastWish.RefreshFeastWishActionInfo()
+                
             elif actionName == ShareDefine.OperationActionName_FeastWeekParty:
                 PlayerFeastWeekParty.RefreshOperationAction_FeastWeekParty()
                 

--
Gitblit v1.8.0