From de17a057f7a93fe8c9ccb04dd44023b4c8ed1161 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 26 五月 2025 18:35:49 +0800 Subject: [PATCH] 16 卡牌服务端(仙盟珍宝阁支持;仙盟行为数据查询通知;去除特殊时间5点过天、过周、过月逻辑,统一保留0点触发;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 20082c5..9af8c62 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -2316,7 +2316,6 @@ 1000 * 10, # 跨服妖魔boss 1000 * 10, # 仙盟阵法 1000 * 20, # 仙盟充值互助 - 1000 * 20, # 仙盟珍宝阁 1000 * 20, # 仙盟攻城战 ] TYPE_Player_Tick_Count = len(TYPE_Player_Tick_Time) @@ -2400,7 +2399,6 @@ TYPE_Player_Tick_CrossYaomoBoss, #跨服妖魔boss TYPE_Player_Tick_FamilyZhenfa, #仙盟阵法 TYPE_Player_Tick_FamilyCTGAssist, #仙盟充值互助 -TYPE_Player_Tick_FamilyZhenbaoge, #仙盟珍宝阁 TYPE_Player_Tick_FamilyGCZ, #仙盟攻城战 ) = range(0, TYPE_Player_Tick_Count) -- Gitblit v1.8.0