Skip to content

Commit

Permalink
Update ShieldOfArravPhoenixGang.java (#1756)
Browse files Browse the repository at this point in the history
Fix typo Straven
  • Loading branch information
Jonius7 authored Sep 28, 2024
1 parent ee46000 commit cbeff5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void setupSteps()
goDownToPhoenixGang = new ObjectStep(this, ObjectID.LADDER_11803, new WorldPoint(3244, 3383, 0),
"Head into the Phoenix Gang's base in south Varrock.");
talkToStraven = new NpcStep(this, NpcID.STRAVEN, new WorldPoint(3247, 9781, 0),
"Talk to Staven.");
"Talk to Straven.");
talkToStraven.addDialogStep("I know who you are!");
talkToStraven.addDialogStep("I'd like to offer you my services.");

Expand All @@ -160,7 +160,7 @@ public void setupSteps()
returnDownLadder = new ObjectStep(this, ObjectID.LADDER_11803, new WorldPoint(3244, 3383, 0),
"Return to the Phoenix Gang's base.");
talkToStravenAgain = new NpcStep(this, NpcID.STRAVEN, new WorldPoint(3247, 9781, 0),
"Talk to Staven again.");
"Talk to Straven again.");

getShieldHalf = new ObjectStep(this, ObjectID.CHEST_2403, new WorldPoint(3235, 9761, 0),
"Search the chest in the Phoenix base for half of the Shield of Arrav.");
Expand Down

0 comments on commit cbeff5e

Please sign in to comment.