From 55d8bd60220fb863a988a406853c2886c72166c7 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Sat, 29 Feb 2020 23:01:10 -0600 Subject: [PATCH] Fixed a typo in Aubury's dialogue during Rune Mysteries --- Server/src/plugin/interaction/city/WizardTowerPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/plugin/interaction/city/WizardTowerPlugin.java b/Server/src/plugin/interaction/city/WizardTowerPlugin.java index dbf118ac4..7cf35caec 100644 --- a/Server/src/plugin/interaction/city/WizardTowerPlugin.java +++ b/Server/src/plugin/interaction/city/WizardTowerPlugin.java @@ -1531,7 +1531,7 @@ public final class WizardTowerPlugin extends OptionHandler { npc = (NPC) args[0]; final Quest quest = player.getQuestRepository().getQuest("Rune Mysteries"); if (quest.getStage(player) == 40) { - interpreter.sendDialogues(npc, null, "My gratitude to you adventurer for bringing me these", "research notes. I notice that you brought the head", "wizard a speical talisman that was the key to our finally", "unlocking the puzzle."); + interpreter.sendDialogues(npc, null, "My gratitude to you adventurer for bringing me these", "research notes. I notice that you brought the head", "wizard a special talisman that was the key to our finally", "unlocking the puzzle."); stage = 900; return true; }