From 874c3883e64e89b81790daea665b79fe4a902fd9 Mon Sep 17 00:00:00 2001 From: Memzak Date: Tue, 17 Oct 2023 11:07:03 +0000 Subject: [PATCH] Charlie now says 2009Scape in The Grand Tree --- .../content/region/kandarin/quest/grandtree/CharlieDialogue.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/region/kandarin/quest/grandtree/CharlieDialogue.kt b/Server/src/main/content/region/kandarin/quest/grandtree/CharlieDialogue.kt index ea6390a47..c4f63b5ed 100644 --- a/Server/src/main/content/region/kandarin/quest/grandtree/CharlieDialogue.kt +++ b/Server/src/main/content/region/kandarin/quest/grandtree/CharlieDialogue.kt @@ -94,7 +94,7 @@ class CharlieDialogue : DialogueFile() { when(stage) { 0 -> playerl("How are you doing Charlie?").also { stage++ } 1 -> npcl("I've been better.").also { stage++ } - 2 -> playerl("Glough has some plan to rule RuneScape!").also { stage++ } + 2 -> playerl("Glough has some plan to rule 2009Scape!").also { stage++ } 3 -> npcl("I wouldn't put it past him, the Gnome's crazy!").also { stage++ } 4 -> playerl("I need some proof to convince the King.").also { stage++ } 5 -> npcl("Hmm...you could be in luck! Before Glough had me locked up I heard him mention that he'd left his chest keys at his girlfriend's.").also { stage++ }