From 929aebd1119d3b28d6640460cbbe0c656f5b9528 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 28 十一月 2025 14:20:18 +0800 Subject: [PATCH] 16 卡牌服务端(去除砍价人次限制,由砍价表配置的人次上限决定;) --- 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 c380d6b..39a115b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5118,7 +5118,8 @@ TaskType_ReqOrJoinFamily, # 创建或者申请加入公会 18 TaskType_FBTianzi, # 挑战天子的考验x次 19 TaskType_Rename, # 改名 20 -) = range(1, 1 + 20) +TaskType_HeroBook, # 武将图鉴激活x个 21 +) = range(1, 1 + 21) # 任务分组 TaskGroupList = ( -- Gitblit v1.8.0