From 7edbbb07b1e442a11a65c76b48f8238ffb520d79 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 三月 2020 12:05:27 +0800
Subject: [PATCH] 8399 每日灵石礼包修改(改为运营活动)

---
 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 230dd3c..8ef3d65 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -81,6 +81,7 @@
 import PlayerFeastWeekParty
 import PlayerActLogin
 import PlayerFlashGiftbag
+import PlayerDailyGiftbag
 import PlayerFairyCeremony
 import PlayerNewFairyCeremony
 import PlayerFeastRedPacket
@@ -1336,6 +1337,9 @@
                 
             elif actionName == ShareDefine.OperationActionName_FlashGiftbag:
                 PlayerFlashGiftbag.RefreshFlashGiftbagActionInfo()
+                
+            elif actionName == ShareDefine.OperationActionName_DailyGiftbag:
+                PlayerDailyGiftbag.RefreshDailyGiftbagActionInfo()
             
             elif actionName == ShareDefine.OperationActionName_FairyCeremony:
                 PlayerFairyCeremony.RefreshOperationAction_FairyCeremony()

--
Gitblit v1.8.0