From 8a6ac732217ca75429e805ca1b3a2b2857caa84f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 25 十一月 2025 18:46:26 +0800 Subject: [PATCH] 92 【主界面】主线任务-服务端(增加任务类型20 - 改名) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index a04cbe8..bd5c6db 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5113,7 +5113,8 @@ TaskType_GoldRushWorkers, # 拥有x名监工 17 TaskType_ReqOrJoinFamily, # 创建或者申请加入公会 18 TaskType_FBTianzi, # 挑战天子的考验x次 19 -) = range(1, 1 + 19) +TaskType_Rename, # 改名 20 +) = range(1, 1 + 20) # 任务分组 TaskGroupList = ( -- Gitblit v1.8.0