Finish condition check for quest 10377.

Contributed by gigilo1968.
This commit is contained in:
MobiusDev
2016-12-16 11:11:22 +00:00
parent 294f0cc600
commit 5210587241

View File

@@ -104,11 +104,14 @@ public final class Q10377_TheInvadedExecutionGrounds extends Quest
} }
case "warden_endrigo_q10377_02.html": case "warden_endrigo_q10377_02.html":
{ {
giveItems(player, ADENA, 2970560); if (qs.isCond(6))
giveItems(player, SOE_GUILLOTINE_FORTRESS, 2); {
addExpAndSp(player, 756106110, 181465); giveItems(player, ADENA, 2970560);
qs.exitQuest(false, true); giveItems(player, SOE_GUILLOTINE_FORTRESS, 2);
htmltext = event; addExpAndSp(player, 756106110, 181465);
qs.exitQuest(false, true);
htmltext = event;
}
break; break;
} }
} }