Minor fix for quest Flames of Sorrow (10707).

Contributed by NightBR.
This commit is contained in:
MobiusDevelopment 2019-03-22 20:28:12 +00:00
parent e198b549df
commit bdeaab95bb
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ public final class Q10707_FlamesOfSorrow extends Quest
final L2Npc spirit = addSpawn(SPIRIT, npc, false, 5000);
spirit.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.THANK_YOU_DELIVER_THIS_MARK_OF_GRATITUDE_TO_LEO);
if (getQuestItemsCount(killer, MARK) == 5)
if (getQuestItemsCount(killer, MARK) == 10)
{
st.setCond(2, true);
}

View File

@ -168,7 +168,7 @@ public final class Q10707_FlamesOfSorrow extends Quest
final L2Npc spirit = addSpawn(SPIRIT, npc, false, 5000);
spirit.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.THANK_YOU_DELIVER_THIS_MARK_OF_GRATITUDE_TO_LEO);
if (getQuestItemsCount(killer, MARK) == 5)
if (getQuestItemsCount(killer, MARK) == 10)
{
st.setCond(2, true);
}