From 79bd6bd98de6e84a1b3f7e39215ba78afac79f6f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 07 十月 2019 18:39:23 +0800 Subject: [PATCH] 8298 【恺英】【后端】基础套装极/仙/神进阶 8297 【恺英】【后端】雷罚/灵玉装备进阶 --- 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 3f1f571..e4d72bd 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4892,7 +4892,7 @@ ItemDel_ChatBubbleBox, # 激活聊天气泡框 ItemDel_GatherSoul, # 聚魂分解 ItemDel_CoatDecompose, # 时装分解 -ItemDel_2037, +ItemDel_EquipEvolve, # 装备进阶 ItemDel_EquipStarUp, # 装备升星 ItemDel_EquipPlusEvolve, # 装备强化进化 ItemDel_LingQiEquipBreak, # 灵器突破 @@ -4938,6 +4938,7 @@ ItemDel_ChatBubbleBox:"ChatBubbleBox", ItemDel_GatherSoul:"GatherSoul", ItemDel_CoatDecompose:"CoatDecompose", + ItemDel_EquipEvolve:"EquipEvolve", ItemDel_EquipStarUp:"EquipStarUp", ItemDel_EquipPlusEvolve:"EquipPlusEvolve", ItemDel_LingQiEquipBreak:"LingQiEquipBreak", -- Gitblit v1.8.0