Skip to content

Commit

Permalink
fix: runelite build 2025-01-29
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Jan 29, 2025
1 parent 6ca7406 commit 6a42b04
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,13 @@ public void setupSteps()

enterSilverRoom = new ObjectStep(this, ObjectID.TUNNEL_19903, new WorldPoint(1986, 4972, 3), "Enter the north-western cavern of Eagles' Peak.");

inspectSilverPedestal = new ObjectStep(this, ObjectID.STONE_PEDESTAL_19974, new WorldPoint(1947, 4873, 2), "Inspect the Stone Pedestal here.");
inspectSilverPedestal = new ObjectStep(this, ObjectID.STONE_PEDESTAL, new WorldPoint(1947, 4873, 2), "Inspect the Stone Pedestal here.");

enterMainCavernFromSilver = new ObjectStep(this, ObjectID.TUNNEL_19900, new WorldPoint(1947, 4867, 2), "Return to the main cavern.");

inspectRocks1 = new ObjectStep(this, ObjectID.ROCKS_19969, new WorldPoint(1961, 4875, 2), "Inspect the rocks east of the pedestal.");
inspectRocks1 = new ObjectStep(this, ObjectID.ROCKS_19458, new WorldPoint(1961, 4875, 2), "Inspect the rocks east of the pedestal.");

inspectRocks2 = new ObjectStep(this, ObjectID.ROCKS_19970, new WorldPoint(1967, 4879, 2), "Inspect the rocks north east of the last rock.");
inspectRocks2 = new ObjectStep(this, ObjectID.ROCKS_19461, new WorldPoint(1967, 4879, 2), "Inspect the rocks north east of the last rock.");

inspectOpening = new ObjectStep(this, ObjectID.OPENING, new WorldPoint(1971, 4886, 2), "Inspect the opening north of the second rock.");

Expand Down

0 comments on commit 6a42b04

Please sign in to comment.