diff --git a/src/main/java/com/questhelper/helpers/quests/thegreatbrainrobbery/TheGreatBrainRobbery.java b/src/main/java/com/questhelper/helpers/quests/thegreatbrainrobbery/TheGreatBrainRobbery.java index f5d6e1faef..509667b99a 100644 --- a/src/main/java/com/questhelper/helpers/quests/thegreatbrainrobbery/TheGreatBrainRobbery.java +++ b/src/main/java/com/questhelper/helpers/quests/thegreatbrainrobbery/TheGreatBrainRobbery.java @@ -379,7 +379,7 @@ public void setupSteps() ItemRequirement conditionalPlanks = plank.quantity(4).hideConditioned(repairedStairs); ItemRequirement conditionalNails = nails.quantity(60).hideConditioned(repairedStairs); ItemRequirement conditionalHammer = hammer.hideConditioned(repairedStairs); - pullStatue = new ObjectStep(this, NullObjectID.NULL_22355, new WorldPoint(3794, 2844, 0), + pullStatue = new ObjectStep(this, NullObjectID.NULL_22355, new WorldPoint(3795, 2844, 0), "Pull the saradomin statue on Harmony, then enter it.", fishbowlHelmet.equipped(), divingApparatus.equipped(), conditionalHammer, conditionalPlanks, conditionalNails); enterWater = new ObjectStep(this, ObjectID.STAIRS_22365, new WorldPoint(3788, 9254, 0),