mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
SMSG_HEALTH_UPDATE and SMSG_POWER_UPDATE are high-frequency WotLK packets that update entity health/power values but weren't firing addon events. Unit frame addons (Pitbull, oUF, SUF) depend on these events to update health/mana bars in real-time. Now fire UNIT_HEALTH for player/target/focus on SMSG_HEALTH_UPDATE and UNIT_POWER on SMSG_POWER_UPDATE, matching the events already fired from the UPDATE_OBJECT path. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||