From 9f30bc4785beb84ff4ab1504a2279b4a82f9ebd1 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 11 十一月 2024 17:56:03 +0800 Subject: [PATCH] 10297 【越南】【英语】【砍树】【tqxbqy】轮回殿-服务端 --- 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 caa8ccc..71ab13f 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -103,6 +103,7 @@ import PlayerFeastWish import PlayerActTask import PlayerActYunshi +import PlayerActLunhuidian import PlayerActBuyCountGift import PlayerActLoginNew import PlayerActLogin @@ -1501,6 +1502,9 @@ elif actionName == ShareDefine.OperationActionName_Yunshi: PlayerActYunshi.RefreshActYunshiActionInfo(actNum) + elif actionName == ShareDefine.OperationActionName_Lunhuidian: + PlayerActLunhuidian.RefreshActLunhuidianActionInfo(actNum) + elif actionName == ShareDefine.OperationActionName_LoginAward: PlayerActLogin.RefreshOperationAction_LoginAward() -- Gitblit v1.8.0