From 13e5bf166624ed1b455d13eb6cf220b6ce9db7d0 Mon Sep 17 00:00:00 2001 From: Ryan L <19311995-trainguyrom42@users.noreply.gitlab.com> Date: Sat, 20 Jan 2024 12:28:52 +0000 Subject: [PATCH] Corrected typo in Grand Tree quest --- .../main/content/region/kandarin/quest/grandtree/ForemanNPC.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/region/kandarin/quest/grandtree/ForemanNPC.kt b/Server/src/main/content/region/kandarin/quest/grandtree/ForemanNPC.kt index 3bc92a2c0..312e463cd 100644 --- a/Server/src/main/content/region/kandarin/quest/grandtree/ForemanNPC.kt +++ b/Server/src/main/content/region/kandarin/quest/grandtree/ForemanNPC.kt @@ -125,7 +125,7 @@ class ForemanDialogue: DialogueFile(){ 42 -> playerl("Take over?").also { stage++ } 43 -> npcl("Of course, why else would Glough want 30 battleships? Between you and me I don't think he stands a chance.").also { stage++ } 44 -> playerl("No?").also { stage++ } - 45 -> npcl("I mean, for the kind of battleships Glough's ordered I'll need tons and tons of limber! Still, if he says he can supply the wood I'm sure he can! Anyway, here's the order for the lumber.").also { stage++ } + 45 -> npcl("I mean, for the kind of battleships Glough's ordered I'll need tons and tons of lumber! Still, if he says he can supply the wood I'm sure he can! Anyway, here's the order for the lumber.").also { stage++ } 46 -> sendDialogue(player!!, "The Foreman gives you the Lumber order.").also { addItemOrDrop(player!!,Items.LUMBER_ORDER_787) stage++