- Mod allows bank to go over capacity if items which have placeholders are added.
- "Sell all unlocked items in Tab" shows a count that includes all placeholders in the tab.
When an item is received from a skill or from combat loot, the Bank.hasItem() method is not used to detect whether there is room in the bank for the new item. Instead, the Bank.addItem() method is called directly from Rewards and CombatLoot objects.