From 2553f010270f9dff6f1ee1403caab4ff826e00c2 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 20 三月 2019 17:12:06 +0800
Subject: [PATCH] 6374 【后端】【2.0】删除无用功能代码、封包、配置(法宝之魂)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
index 7797afd..2b1a9dc 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
@@ -1233,8 +1233,7 @@
     PlayerControl.NomalDictSetProperty(curPlayer, key, activeCnt)
     
     SyncAllEquipAttrActiveInfo(curPlayer, activeType)
-    if activeType == 0:
-        PlayerMagicWeapon.CalcMagicWeaponSoulAttr(curPlayer)
+    
     #注意: 需要传装备阶触发刷属性,暂屏蔽,功能修改时再处理
     #else:
     #    RefreshPlayerEquipAttribute(curPlayer)

--
Gitblit v1.8.0