promotional bannermobile promotional banner

Nem: Healer Alerts

Clean, readable alerts for healers who want fast information without UI clutter.

File Details

v12.0.13

  • R
  • Apr 18, 2026
  • 4.87 MB
  • 40
  • 12.0.5+1
  • Retail

File Name

v12.0.13.zip

Supported Versions

  • 12.0.5
  • 12.0.1

v12.0.13 (2026-04-18)

Mistweaver Monk — Bug Fixes

  • Fixed chat spam loopIsJadeStatuePlaced() had permanent debug NHA.Msg("[IJP] ...") prints baked in that fired on every evaluate tick and every PLAYER_TOTEM_UPDATE event. All debug output has been removed.
  • Fixed false "Place Jade Statue" alert — In M+ combat, the icon and name matchers inside IsJadeStatuePlaced() silently return false even when the statue is present (tainted comparison results). The old code treated a clean-but-no-match scan as a confirmed absence and wiped statueKnownPlaced, overriding what UNIT_SPELLCAST_SUCCEEDED had correctly set. The function now preserves statueKnownPlaced if it was set by the cast event and hasn't expired, only clearing it on a confirmed expiry.