Skip to content

Commit

Permalink
Fix typo who's -> whose (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwaterman authored Jan 2, 2025
1 parent 36c0e6d commit 444da27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void setupSteps()
" pool.");
enterPool.addSubSteps(enterCavernForPool);

prayStatue = new DetailedQuestStep(this, new WorldPoint(2507, 4720, 0), "Pray at the statue of the god who's " +
prayStatue = new DetailedQuestStep(this, new WorldPoint(2507, 4720, 0), "Pray at the statue of the god whose " +
"cape you want. Pick up the cape which appears.");

talkToGuardian = new NpcStep(this, NpcID.CHAMBER_GUARDIAN, new WorldPoint(2508, 4695, 0), "Talk to the " +
Expand Down

0 comments on commit 444da27

Please sign in to comment.