From f9d4f2df388e88767c36641b6f1a06af7b032053 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 18 十月 2022 18:05:29 +0800
Subject: [PATCH] 9437 【越南】【后端】天帝礼包

---
 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 3dbc8df..9581f80 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -82,6 +82,7 @@
 import PlayerActTotalRecharge
 import PlayerActGarbageSorting
 import PlayerActXianXiaMJ
+import PlayerActGodGift
 import PlayerActRechargeRebateGold
 import PlayerActManyDayRecharge
 import PlayerActSingleRecharge
@@ -1400,6 +1401,9 @@
             elif actionName == ShareDefine.OperationActionName_XianXiaMJ:
                 PlayerActXianXiaMJ.RefreshXianXiaMJActionInfo(actNum)
                 
+            elif actionName == ShareDefine.OperationActionName_GodGift:
+                PlayerActGodGift.RefreshGodGiftActionInfo(actNum)
+                
             elif actionName == ShareDefine.OperationActionName_ManyDayRecharge:
                 PlayerActManyDayRecharge.RefreshManyDayRechargeActionInfo(actNum)
                 

--
Gitblit v1.8.0