Skip to content
Snippets Groups Projects
Commit b857255e authored by Zealar's avatar Zealar
Browse files

BETA: Fix Quest => The Finest Food:

   * Fix cannot take the quest
   * Quest is repeatable
 
   Patch by: Asaru
   Tested by: jurchiks, Zephyr
   Reviewed by: UnAfraid
parent 0f912f9b
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ Then and there I resolved to make a dish so indigenous to this region that those
But, as I'm sure you're aware, it takes more than ingredients to make a dish.<br>
The monsters in this region are too tough, don't you think?<br>
Will you help me?<br>
<a action="bypass -h Quest Q00623_TheFinestFood 31521-03.htm>">"I'll help you."</a>
<a action="bypass -h Quest Q00623_TheFinestFood 31521-03.htm">"I'll help you."</a>
</body></html>
\ No newline at end of file
......@@ -114,7 +114,7 @@ public final class Q00623_TheFinestFood extends Quest
giveAdena(player, 73000, true);
addExpAndSp(player, 230000, 18200);
}
qs.exitQuest(false, true);
qs.exitQuest(true, true);
htmltext = event;
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment