From b857255e0054ade893aaf02f65d346d6c142bc6d Mon Sep 17 00:00:00 2001
From: Zealar <Zealar@users.noreply.github.com>
Date: Mon, 4 Aug 2014 21:19:44 +0000
Subject: [PATCH] BETA: Fix Quest => The Finest Food:    * Fix cannot take the
 quest    * Quest is repeatable

   Patch by: Asaru
   Tested by: jurchiks, Zephyr
   Reviewed by: UnAfraid
---
 .../game/data/scripts/quests/Q00623_TheFinestFood/31521-01.htm  | 2 +-
 .../quests/Q00623_TheFinestFood/Q00623_TheFinestFood.java       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/31521-01.htm b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/31521-01.htm
index 7e6f39e4bc..c0a03668a6 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/31521-01.htm
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/31521-01.htm
@@ -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
diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/Q00623_TheFinestFood.java b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/Q00623_TheFinestFood.java
index 50ec0f0580..abfe212a56 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/Q00623_TheFinestFood.java
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00623_TheFinestFood/Q00623_TheFinestFood.java
@@ -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
-- 
GitLab