hch
2019-07-11 15a606e4fd399ef016e04d443af330da401cba03
4427 【主干】 背包武器有提升的情况整理后在最后面
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py 2 ●●● 补丁 | 查看 | 原始文档 | 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):