diff --git a/scripts/quests/jeuno/LB05_1_Shattering_Stars.lua b/scripts/quests/jeuno/LB05_1_Shattering_Stars.lua index d8bb40efdc1..971471cbfb6 100644 --- a/scripts/quests/jeuno/LB05_1_Shattering_Stars.lua +++ b/scripts/quests/jeuno/LB05_1_Shattering_Stars.lua @@ -100,7 +100,7 @@ quest.sections = local properTestimony = xi.item.WARRIORS_TESTIMONY + playerJob - 1 if - npcUtil.tradeHasExactly(trade, properTestimony) and + trade:getItemQty(properTestimony) > 0 and quest:getVar(player, 'Prog') == 0 then return quest:progressEvent(64, playerJob)