Skip to content

Commit

Permalink
loot tracker: track hunters loot sacks
Browse files Browse the repository at this point in the history
  • Loading branch information
MESLewis committed Mar 21, 2024
1 parent d4a78ba commit e08a735
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,11 @@ else if (event.getMenuOption().equals("Open"))
case ItemID.BOUNTY_CRATE_TIER_7:
case ItemID.BOUNTY_CRATE_TIER_8:
case ItemID.BOUNTY_CRATE_TIER_9:
case ItemID.HUNTERS_LOOT_SACK:
case ItemID.HUNTERS_LOOT_SACK_BASIC:
case ItemID.HUNTERS_LOOT_SACK_TIER_1:
case ItemID.HUNTERS_LOOT_SACK_TIER_2:
case ItemID.HUNTERS_LOOT_SACK_TIER_3:
onInvChange(collectInvAndGroundItems(LootRecordType.EVENT, itemManager.getItemComposition(event.getItemId()).getName()));
break;
case ItemID.SUPPLY_CRATE_24884:
Expand Down

0 comments on commit e08a735

Please sign in to comment.