From 1a5090f8fdec6a2299a924800ce61f72c0bcb28f Mon Sep 17 00:00:00 2001 From: Lila Hioh Date: Tue, 12 Jul 2022 13:17:11 +0000 Subject: [PATCH] Fixed Millie Miller dialogue not progressing --- .../content/quest/free/cooksassistant/MillieMillerDialogue.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/kotlin/rs09/game/content/quest/free/cooksassistant/MillieMillerDialogue.kt b/Server/src/main/kotlin/rs09/game/content/quest/free/cooksassistant/MillieMillerDialogue.kt index 519803df8..4f505ffa8 100644 --- a/Server/src/main/kotlin/rs09/game/content/quest/free/cooksassistant/MillieMillerDialogue.kt +++ b/Server/src/main/kotlin/rs09/game/content/quest/free/cooksassistant/MillieMillerDialogue.kt @@ -34,7 +34,7 @@ } //Who are you? - 10 -> npc(FacialExpression.FRIENDLY, "I'm Miss Millicent Miller the Miller of Mill Lane Mill.", "Our family have been milling flour for generations.").also { stage = 10 } + 10 -> npc(FacialExpression.FRIENDLY, "I'm Miss Millicent Miller the Miller of Mill Lane Mill.", "Our family have been milling flour for generations.").also { stage++ } 11 -> player(FacialExpression.FRIENDLY, "It's a good business to be in. People will always need", "flour.").also { stage++ } 12 -> player(FacialExpression.ASKING, "How do I mill flour?").also { stage = 30 }