Skip to content

Commit

Permalink
Merge pull request runelite#3918 from Abextm/prayer-holy-wrench
Browse files Browse the repository at this point in the history
prayer: Remove the ring of the gods from the holy wrench list
  • Loading branch information
deathbeam authored Jun 21, 2018
2 parents ea529a4 + 80cdfd0 commit 79e3a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum PrayerRestoreType
RESTOREPOT(ItemID.SUPER_RESTORE4, ItemID.SUPER_RESTORE3, ItemID.SUPER_RESTORE2, ItemID.SUPER_RESTORE1),
PRAYERPOT(ItemID.PRAYER_POTION4, ItemID.PRAYER_POTION3, ItemID.PRAYER_POTION2, ItemID.PRAYER_POTION1),
HOLYWRENCH(ItemID.PRAYER_CAPE, ItemID.PRAYER_CAPET, ItemID.PRAYER_CAPE_10643, ItemID.MAX_CAPE, ItemID.MAX_CAPE_13282,
ItemID.MAX_CAPE_13342, ItemID.HOLY_WRENCH, ItemID.RING_OF_THE_GODS, ItemID.RING_OF_THE_GODS_I);
ItemID.MAX_CAPE_13342, ItemID.HOLY_WRENCH, ItemID.RING_OF_THE_GODS_I);

private static final Map<Integer, PrayerRestoreType> prayerRestores = new HashMap<>();

Expand Down

0 comments on commit 79e3a24

Please sign in to comment.