From 2e3bfd7836c318ee39e4cdafd33ca2c50d6a7c1d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 19 十二月 2018 13:37:19 +0800
Subject: [PATCH] 5512 子 【开发】【1.4】跨服竞技场 / 【后端】【1.4】跨服竞技场开发 - 跨服接口和新增跨服竞技副本

---
 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