File Details
HoC-HolyPowerWatch.zip
- R
- Apr 6, 2026
- 21.95 KB
- 159
- 12.0.5
- Retail
File Name
HoC-HolyPowerWatch.zip
Supported Versions
- 12.0.5
Both PLAYER_REGEN_DISABLED and PLAYER_REGEN_ENABLED handlers now wrap their ApplyShowMode() and panel hide calls in C_Timer.After(0, ...). A zero-second timer defers execution to the next frame update tick, which is outside the secure combat event execution path. By the time our code runs, Midnight's lockdown context has already completed and our Show()/Hide() calls are no longer considered tainted.

