Skip to content

Commit

Permalink
Merge pull request #300 from Thource/hotfix-20241106
Browse files Browse the repository at this point in the history
hotfix to work with RL 1.10.43
  • Loading branch information
Thource authored Nov 6, 2024
2 parents b559863 + 749e63e commit 19dc452
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -721,9 +721,9 @@ public enum StashUnit {
"Shantay Pass",
"Shantay Pass",
STASHUnit.SHANTAY_PASS,
new int[]{ItemID.BRUISE_BLUE_SNELM_3343, ItemID.STAFF_OF_AIR, ItemID.BRONZE_SQ_SHIELD},
new int[]{ItemID.POINTED_BRUISE_BLUE_SNELM, ItemID.STAFF_OF_AIR, ItemID.BRONZE_SQ_SHIELD},
ItemRequirements.any(
"Bruise blue snelm (pointed)", ItemRequirements.item(ItemID.BRUISE_BLUE_SNELM_3343)),
"Bruise blue snelm (pointed)", ItemRequirements.item(ItemID.POINTED_BRUISE_BLUE_SNELM)),
ItemRequirements.item(ItemID.STAFF_OF_AIR),
ItemRequirements.item(ItemID.BRONZE_SQ_SHIELD)),
AUBURYS_SHOP_IN_VARROCK(
Expand Down

1 comment on commit 19dc452

@OzanKurt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does runelite keep changing stuff like this?

Please sign in to comment.