From a13b38d6c1203ad977d4e9ac31b7c728a6ee58b4 Mon Sep 17 00:00:00 2001 From: Ryan L <19311995-trainguyrom42@users.noreply.gitlab.com> Date: Tue, 9 Jan 2024 03:41:35 +0000 Subject: [PATCH] Corrected typo in Tree Gnome Village quest --- .../main/content/region/kandarin/quest/tree/ElkoyDialogue.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/region/kandarin/quest/tree/ElkoyDialogue.kt b/Server/src/main/content/region/kandarin/quest/tree/ElkoyDialogue.kt index c00eedbed..61636b90f 100644 --- a/Server/src/main/content/region/kandarin/quest/tree/ElkoyDialogue.kt +++ b/Server/src/main/content/region/kandarin/quest/tree/ElkoyDialogue.kt @@ -116,7 +116,7 @@ class ElkoyDialogue : DialogueFile(){ 3 -> npcl("There's not many of us left. Once you could find tree gnomes anywhere in the world, now we hide in small groups to avoid capture.").also { stage++ } 4 -> playerl("Capture from whom?").also { stage++ } 5 -> npcl("Tree gnomes have been hunted for so called 'fun' since as long as I can remember.").also { stage++ } - 6 -> npcl("Our main thread nowadays are General Khazard's troops. They know no mercy, but are also very dense. They'll never find their way through our maze.").also { stage++ } + 6 -> npcl("Our main threat nowadays are General Khazard's troops. They know no mercy, but are also very dense. They'll never find their way through our maze.").also { stage++ } 7 -> npcl("Have fun.").also { stage = END_DIALOGUE } } }