Skip to content

Commit

Permalink
Fixed grammar in Wanted (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSWeber authored Oct 19, 2024
1 parent 8c255ba commit 1ca16e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public void setupSteps()
goToEndOfLumbridgeSwampCaves, enterLumbridgeSwampCavesFromTears, scanWithCommorb);

// Final battle
goToEssenceMine = new NpcStep(this, NpcID.AUBURY, new WorldPoint(3253, 3402, 0), "Go to the Rune Essence mine by talking to any of the NPC's that can teleport you there.", commorb, combatGear);
goToEssenceMine = new NpcStep(this, NpcID.AUBURY, new WorldPoint(3253, 3402, 0), "Go to the Rune Essence mine by talking to any of the NPCs that can teleport you there.", commorb, combatGear);
killSolus = new NpcStep(this, NpcID.SOLUS_DELLAGAR_4962, "Kill Solus Dellagar.", combatGear);

// Wrapping up
Expand Down

0 comments on commit 1ca16e5

Please sign in to comment.