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 7e6f39e4bc9e8ed5f6f17b8af42c8f4ff9b1a6a0..c0a03668a68bec46b0328043811637d5201547e1 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 50ec0f058024660de7120831331d449b9b37fc04..abfe212a562b768469a3433a2d3959ca0d0d355e 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