Skip to content

v3.19

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:04

Added

  • Tools tab in the settings panel.
  • Affix Protection. Skip Auto-Delete and Auto-Sell on items carrying PE's @affix@ tooltip marker. Optional iLvl floor so low-iLvl affix junk can still be cleared. Idea from Discord user Biboup! on 5/13/26 at 4:23 PM.
  • Cyan dot on bag slots holding affixed items. Toggle on the General tab.
  • Bag Space warning + Goblin Merchant summon use a single shared threshold.
  • Sortable columns in the list views.
  • Confirmation popup before resetting stats.

Removed

  • Auto-Open Containers — pulled before ship. WoW 3.3.5a treats UseContainerItem as a protected function for a wide class of items: clams, junkboxes, lockboxes, items with cast-on-use effects, books, quest-starting items, anything requiring a target. When any addon calls UseContainerItem from a bag scan or event handler (instead of a real player click or keypress), the client fires ADDON_ACTION_BLOCKED and silently no-ops. This is not a server quirk and not specific to any one addon — every addon that auto-fires UseContainerItem hits the same wall. The documented Blizzard workaround is a secure button clicked via a user-bound keybind or macro, which is a manual action rather than automatic. May revisit as a keybind-driven opener in a future release.