From 41ad793ca9cf294333dd215fee303397ca44aac2 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 14 十二月 2018 14:50:04 +0800 Subject: [PATCH] 5461 【后端】【1.3】【1.3.100】坐骑和灵宠老号处理 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 +++- 1 files changed, 3 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 25a277e..d439484 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4519,7 +4519,9 @@ Def_VerFix_RuneSource, # 修复老号双属性符印的获取途径; Def_VerFix_FMTDouble, # 1.3版本VIP特权变更,记录切换版本前的VIP特权(封魔坛双倍挑战); Def_VerFix_SuperGift, # 超值礼包开启变更,原领取首充开启,改成等级到开启; -) = range(5) +Def_VerFix_Horse, # 坐骑等级上限修改,对应技能触发修改; +Def_VerFix_Pet, # 灵宠等级上限修改,对应技能触发修改; +) = range(7) ##================================================================================================== #游戏消费点类型定义 -- Gitblit v1.8.0