4350 【主干】【bug】背包中没有蕴灵藤时分解装备仍然不会获得蕴灵藤
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEquipDecompose.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEquipDecompose.py
@@ -105,7 +105,7 @@
        for itemid in resetItemIDList:
            cnt = ItemControler.FindPlayerItemCountByItemID(curPlayer, IPY_GameWorld.rptItem, itemid)
            cnt += ItemControler.FindPlayerItemCountByItemID(curPlayer, IPY_GameWorld.rptWarehouse, itemid)
            if not minCnt or cnt < minCnt:
            if not minItemID or cnt < minCnt:
                minCnt = cnt
                minItemID = itemid