Skip to content

Commit 6cf572d

Browse files
authored
fix typo in Regicide (#1962)
1 parent c660308 commit 6cf572d

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/questhelper/helpers/quests/regicide

1 file changed

+1
-1
lines changed

src/main/java/com/questhelper/helpers/quests/regicide/Regicide.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ public void setupSteps()
581581
));
582582
goFromLeavesToStickTrap = new ObjectStep(this, ObjectID.STICKS, new WorldPoint(2236, 3181, 0),
583583
"Head west, and cross the sticks there. To do so without failing, stand next to them and spam-click it " +
584-
"until your cross it.");
584+
"until you cross it.");
585585
goFromLeavesToStickTrap.setLinePoints(Arrays.asList(
586586
new WorldPoint(2267, 3201, 0),
587587
new WorldPoint(2258, 3182, 0),

0 commit comments

Comments
 (0)