1111 【越南】【英语】【BT】【砍树】增加任务判断X阶装备强化是否全部满级(修复判断bug);
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
@@ -7367,7 +7367,7 @@
            continue
        index = ipyData.GetGridIndex()
        curEquip = equipPack.GetAt(index)
        if ItemCommon.CheckItemCanUse(curEquip):
        if not ItemCommon.CheckItemCanUse(curEquip):
            continue
        findType = ChEquip.GetEquipPlusType(curEquip)
        if not findType: