File Details
v12.0.5-3-beta
- B
- May 14, 2026
- 68.12 KB
- 6
- 12.0.5
- Retail
File Name
EnchantCheck-v12.0.5-3-beta.zip
Supported Versions
- 12.0.5
EnchantCheck
v12.0.5-3-beta (2026-05-14)
Full Changelog Previous Releases
- Rescan on UNIT_INVENTORY_CHANGED so enchant application refreshes overlays (#35)
PLAYER_EQUIPMENT_CHANGED does not reliably fire when an enchant is
applied to an already-equipped item (first-time or replacement), so the
missing-enchant overlay would persist until reload or re-equip. Hook
UNIT_INVENTORY_CHANGED for the player with the same delayed-rescan
pattern used for SOCKET_INFO_SUCCESS, since the equipped link is briefly
stale after the event fires.
Also extracted the cancel/reschedule pattern into a Debounce helper
shared by the inspect, socket, and inventory timers.

