promotional bannermobile promotional banner

Enchant Check Updated

Enchant Check allows you to quick-check your gear.

File Details

v12.0.5-3

  • R
  • May 15, 2026
  • 68.11 KB
  • 397
  • 12.0.5
  • Retail

File Name

EnchantCheck-v12.0.5-3.zip

Supported Versions

  • 12.0.5

EnchantCheck

v12.0.5-3 (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.