mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-25 09:06:03 +00:00
3fbce5be8f
* Removed SuperWoW dependency (UNIT_CASTEVENT removed) * Replaced SPELLCAST_START/STOP/FAILED/INTERRUPTED/DELAYED with Nampower equivalents (SPELL_START_SELF, SPELL_GO_SELF, SPELL_FAILED_SELF, SPELL_DELAYED_SELF) * Replaced CHAT_MSG_SPELL_SELF_BUFF text parsing with SPELL_HEAL_BY_SELF for accurate heal amounts including crit detection * Routed SPELL_START_SELF/OTHER, SPELL_GO_SELF/OTHER, SPELL_FAILED_OTHER through existing libdebuff hook system to avoid duplicate event registration * Added 60-second resurrection timer: symbol persists after successful cast even if caster attempts and cancels a second cast * Added GUID->Name cache for reliable target resolution when casting resurrection on dead players (UnitExists returns nil for corpses) * Auto-enables NP_EnableSpellHealEvents CVar required for SPELL_HEAL_BY_SELF