Skip to content

Commit

Permalink
loottracker: add support for Bounty crates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfisher authored Jul 23, 2023
1 parent b82bb71 commit ee1798f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,15 @@ else if (event.getMenuOption().equals("Open"))
case ItemID.CACHE_OF_RUNES:
case ItemID.INTRICATE_POUCH:
case ItemID.FROZEN_CACHE:
case ItemID.BOUNTY_CRATE_TIER_1:
case ItemID.BOUNTY_CRATE_TIER_2:
case ItemID.BOUNTY_CRATE_TIER_3:
case ItemID.BOUNTY_CRATE_TIER_4:
case ItemID.BOUNTY_CRATE_TIER_5:
case ItemID.BOUNTY_CRATE_TIER_6:
case ItemID.BOUNTY_CRATE_TIER_7:
case ItemID.BOUNTY_CRATE_TIER_8:
case ItemID.BOUNTY_CRATE_TIER_9:
onInvChange(collectInvAndGroundItems(LootRecordType.EVENT, itemManager.getItemComposition(event.getItemId()).getName()));
break;
case ItemID.SUPPLY_CRATE_24884:
Expand Down

0 comments on commit ee1798f

Please sign in to comment.