hch
2019-07-11 15a606e4fd399ef016e04d443af330da401cba03
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
@@ -1669,7 +1669,7 @@
                #需要比较评分的装备
                equipGS = ItemCommon.GetEquipGearScore(tmpItem)
                #查找当前装备比较GS
                cmpItem = equipPack.GetAt(tmpItem.GetEquipPlace())
                cmpItem = equipPack.GetAt(ItemCommon.GetEquipPackIndex(tmpItem))
                if ItemCommon.CheckNoteEquipGS(cmpItem):
                    cmpEquipGS = ItemCommon.GetEquipGearScore(cmpItem)
            elif ItemCommon.CheckNoteEquipGS(tmpItem):