ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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):