From 840ea1f5ed109205a75ae4978406582c68c39a30 Mon Sep 17 00:00:00 2001 From: Byte Date: Tue, 27 Sep 2022 03:15:56 +0000 Subject: [PATCH] Fixed issues in Hetty's dialogue repeating in Witch's Potion Quest --- .../main/java/core/game/content/dialogue/HettyDialogue.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/src/main/java/core/game/content/dialogue/HettyDialogue.java b/Server/src/main/java/core/game/content/dialogue/HettyDialogue.java index ed1842836..11210472e 100644 --- a/Server/src/main/java/core/game/content/dialogue/HettyDialogue.java +++ b/Server/src/main/java/core/game/content/dialogue/HettyDialogue.java @@ -104,7 +104,7 @@ public final class HettyDialogue extends DialoguePlugin { stage = 15; break; case 15: - interpreter.sendOptions("Select an Option", "Yes help me become one with my darker side.", "No I have my prinicples and honour."); + interpreter.sendOptions("Select an Option", "Yes help me become one with my darker side.", "No I have my principles and honour."); stage = 16; break; case 16: @@ -199,7 +199,7 @@ public final class HettyDialogue extends DialoguePlugin { end(); break; case 101: - interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Well I can't make the potion without them! Remember...", "You need an eye of newt, a rat's tail, an onion, and a", "You need an eye of newt, a rat's tail, an onion, and a", "piece of burnt meat. Off you go dear!"); + interpreter.sendDialogues(307, FacialExpression.HALF_GUILTY, "Well I can't make the potion without them! Remember...", "You need an eye of newt, a rat's tail, an onion, and a", "piece of burnt meat. Off you go dear!"); stage = 102; break; case 102: