From 5f053cee0c1c1e72d5e71a037e61f41c2621fd02 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期六, 22 六月 2019 17:33:11 +0800
Subject: [PATCH] 1 套装变更刷新外观

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py |    2 +-
 1 files changed, 1 insertions(+), 1 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 f723bfe..241dda4 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
@@ -124,7 +124,7 @@
     if equipPackIndex in PlayerControl.GetFaceEquipIndexList(curPlayer) or equipPlace in ChConfig.Def_SyncEquipStateByIndex:
         #通知客户端交换物品
         curPlayer.ChangeEquip(changeItemID, equipPackIndex, changeItemStarLV, changeItemHoleCnt, changeItemStoneCnt, changeItemUseData)
-    if suiteID and itemClassLV == GetEquipFacadeClassLV(curPlayer):
+    if itemClassLV == GetEquipFacadeClassLV(curPlayer):
         #穿当前外观阶的套装
         ChangeEquipfacadeByClassLV(curPlayer, itemClassLV)
     

--
Gitblit v1.8.0