From 490aeb49ba64a080efbca0a884c9c6cdd8dcf8a2 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 10 一月 2019 19:50:32 +0800 Subject: [PATCH] 5740 境界(还原) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 3 +-- 1 files changed, 1 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 2106c5b..cdedd74 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4524,8 +4524,7 @@ Def_VerFix_Horse, # 坐骑等级上限修改,对应技能触发修改; Def_VerFix_Pet, # 灵宠等级上限修改,对应技能触发修改; Def_VerFix_AddPoint, # 老号属性点修复; -Def_VerFix_ReamlvFix, # 老号境界等级变更; -) = range(9) +) = range(8) ##================================================================================================== #游戏消费点类型定义 -- Gitblit v1.8.0