From a8e0b46434580c120a1796a6d30d2d715e24a44d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 25 二月 2025 11:16:52 +0800 Subject: [PATCH] 1111 【越南】【英语】【BT】【砍树】增加任务判断X阶装备强化是否全部满级(修复判断bug); --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py index fd54448..eeadfa5 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py @@ -7315,7 +7315,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: -- Gitblit v1.8.0