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 loop —
IsJadeStatuePlaced()had permanent debugNHA.Msg("[IJP] ...")prints baked in that fired on every evaluate tick and everyPLAYER_TOTEM_UPDATEevent. All debug output has been removed. - Fixed false "Place Jade Statue" alert — In M+ combat, the icon and name matchers inside
IsJadeStatuePlaced()silently returnfalseeven when the statue is present (tainted comparison results). The old code treated a clean-but-no-match scan as a confirmed absence and wipedstatueKnownPlaced, overriding whatUNIT_SPELLCAST_SUCCEEDEDhad correctly set. The function now preservesstatueKnownPlacedif it was set by the cast event and hasn't expired, only clearing it on a confirmed expiry.

