Enchant Check Updated

Enchant Check allows you to quick-check your gear.

File Details

v12.0.1-8

  • R
  • Apr 16, 2026
  • 98.12 KB
  • 22
  • 12.0.1
  • Retail

File Name

EnchantCheck-v12.0.1-8.zip

Supported Versions

  • 12.0.1

EnchantCheck

v12.0.1-8 (2026-04-16)

Full Changelog Previous Releases

  • Remove global tooltip hooking system
    The SetupTooltipHooks/OnTooltipSetItem system hooked GameTooltip
    globally, firing on every item hover (bags, AH, etc). This caused
    GetItem nil errors on ShoppingTooltip comparison frames and was
    entirely out of scope — the addon only operates on character and
    inspect frames, which have their own overlay system.
    Removes SetupTooltipHooks, OnTooltipSetItem, showTooltips setting,
    and all related wiring (~150 lines).