From 8145e33b8bac3d5852d08e3de8128ae8db3a6d4c Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 01 二月 2019 14:07:52 +0800 Subject: [PATCH] 6188 【后端】【1.5.200】诛仙塔爬塔补偿 --- 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 070e8a7..fac890e 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -372,6 +372,7 @@ Def_ItemType_ZhuXianStuff = 138 # 诛仙材料 Def_ItemType_DogzStuff = 139 # 神兽材料 +Def_ItemType_ZhuXianStone = 140 # 诛仙宝石 #以下定义物品类型下次删除 Def_Item_Type_Horse = 1000036 #坐骑 @@ -4599,7 +4600,8 @@ Def_VerFix_Pet, # 灵宠等级上限修改,对应技能触发修改; Def_VerFix_AddPoint, # 老号属性点修复; Def_VerFix_GodWeaponItem, # 1.5删除中级神兵石; -) = range(9) +Def_VerFix_ZXTower, # 诛仙塔奖励变更补偿; +) = range(10) ##================================================================================================== #游戏消费点类型定义 -- Gitblit v1.8.0