HexBreak 0.3.3
WoW Retail / Midnight 12.1

Design:
Blizzard/Retail inspired dark interface with gold accents.
No external UI libraries or Decursive artwork are included.

Installation:
1. Delete the old HexBreak folder.
2. Copy this HexBreak folder to:
   World of Warcraft/_retail_/Interface/AddOns/
3. Start WoW or use /reload.

Main controls:
LOCK      = lock/unlock the window position
TEST      = visual UI test for 8 seconds
OPTIONEN  = open the HexBreak settings window

Commands:
/hb settings
/hb status
/hb test
/hb refresh
/hb unlock
/hb lock
/hb show
/hb hide
/hb reset
/hb size 28-64

Tile states:
Red + gold overlay = Blizzard's 12.1 AuraContainer reports a harmful aura the player can dispel.
Purple          = visual test mode.
Amber           = no supported dispel spell detected.
Dark gray       = normal, nothing dispellable detected.
Dimmed          = dead/ghost unit.

Tile details:
Bottom bar = player class color
T/H/D      = assigned group role
!          = dispel attention marker

Controls:
Left click           = first detected dispel spell
Shift + left click   = second detected dispel spell
Ctrl + left click    = third detected dispel spell
Right click          = target unit

Settings:
Tile size: 28-64
Columns:   1-10
Spacing:   1-12
Position lock, visual test, reset


0.3.3 hotfix:
WoW 12.1 no longer exposes aura presence to ordinary addon Lua for combat decisions.
HexBreak now uses Blizzard's CustomAuraContainerTemplate with a native AuraSlot filtered by
HARMFUL|RAID_PLAYER_DISPELLABLE. Blizzard directly controls whether the red dispel overlay is visible.
The addon does not read the hidden aura data.
