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: