diff --git a/src/main/java/com/questhelper/helpers/achievementdiaries/falador/FaladorElite.java b/src/main/java/com/questhelper/helpers/achievementdiaries/falador/FaladorElite.java index 662a3727ac..685ebd2539 100644 --- a/src/main/java/com/questhelper/helpers/achievementdiaries/falador/FaladorElite.java +++ b/src/main/java/com/questhelper/helpers/achievementdiaries/falador/FaladorElite.java @@ -208,7 +208,7 @@ public void setupSteps() //Step 5 - Tav Dungeon goToTavDungeon = new ObjectStep(this, ObjectID.LADDER_16680, new WorldPoint(2884, 3397, 0), - "Go to the Taverly dungeon."); + "Go to the Taverley dungeon."); crossStrangeFloor = new ObjectStep(this, ObjectID.STRANGE_FLOOR, new WorldPoint(2879, 9813, 0), "Cross the Strange Floor to complete the task!"); diff --git a/src/main/java/com/questhelper/helpers/quests/holygrail/HolyGrail.java b/src/main/java/com/questhelper/helpers/quests/holygrail/HolyGrail.java index 1725845384..db4b6af399 100644 --- a/src/main/java/com/questhelper/helpers/quests/holygrail/HolyGrail.java +++ b/src/main/java/com/questhelper/helpers/quests/holygrail/HolyGrail.java @@ -266,7 +266,7 @@ public void setupSteps() openWhistleDoor = new ObjectStep(this, ObjectID.DOOR_22, "Open the door to the Magic Whistles.", holyTableNapkin); takeWhistles = new DetailedQuestStep(this, new WorldPoint(3107, 3359, 2), "Pickup 2 Magic Whistles.", holyTableNapkin); - goGetExcalibur = new ItemStep(this, "Go retrieve Excalibur from your bank. If you do not own Excalibur, you can retrieve it from the Lady of the Lake in Taverly for 500 coins.", twoMagicWhistles, excalibur); + goGetExcalibur = new ItemStep(this, "Go retrieve Excalibur from your bank. If you do not own Excalibur, you can retrieve it from the Lady of the Lake in Taverley for 500 coins.", twoMagicWhistles, excalibur); WorldPoint teleportLocationPoint = new WorldPoint(2742, 3236, 0); goToTeleportLocation1 = new DetailedQuestStep(this, teleportLocationPoint, "Go to the tower on Karamja near gold mine west of Brimhaven.", twoMagicWhistles, excalibur); blowWhistle1 = new ItemStep(this, "Blow the whistle once you are underneath of the tower.", highlightMagicWhistle1, excalibur);