forked from 2009Scape/Server
Fixed a typo in Aubury's dialogue during Rune Mysteries
This commit is contained in:
parent
7219398feb
commit
55d8bd6022
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue