From 3fa43daecc099f2701baec224a791ca09766cdf4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 21 十一月 2019 14:58:00 +0800
Subject: [PATCH] 8341 【恺英】【后端】强化进化系统优化(强化支持消耗材料)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    4 ++--
 1 files changed, 2 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 52f70d0..04f263d 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -4931,7 +4931,7 @@
 ItemDel_CoatDecompose, # 时装分解
 ItemDel_EquipEvolve, # 装备进阶
 ItemDel_EquipStarUp, # 装备升星
-ItemDel_EquipPlusEvolve, # 装备强化进化
+ItemDel_EquipPlus, # 装备强化进化
 ItemDel_LingQiEquipBreak, # 灵器突破
 ItemDel_HorsePetAwake, # 骑宠觉醒 
 ) = range(2000, 2000 + 42)
@@ -4977,7 +4977,7 @@
                    ItemDel_CoatDecompose:"CoatDecompose",
                    ItemDel_EquipEvolve:"EquipEvolve",
                    ItemDel_EquipStarUp:"EquipStarUp",
-                   ItemDel_EquipPlusEvolve:"EquipPlusEvolve",
+                   ItemDel_EquipPlus:"EquipPlus",
                    ItemDel_LingQiEquipBreak:"LingQiEquipBreak",
                    ItemDel_HorsePetAwake:"HorsePetAwake",
                    }

--
Gitblit v1.8.0