mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-26 00:40:15 +00:00
feat: add RAID_ROSTER_UPDATE and UNIT_LEVEL events
RAID_ROSTER_UPDATE now fires alongside GROUP_ROSTER_UPDATE when the group type is raid, matching the event that raid frame addons register for (6 registrations in FrameXML). Fires from group list updates and group uninvite handlers. UNIT_LEVEL fires when any tracked unit (player, target, focus, pet) changes level via VALUES update fields. Used by unit frame addons to update level display (5 registrations in FrameXML).
This commit is contained in:
parent
e46919cc2c
commit
92a1e9b0c3
2 changed files with 14 additions and 2 deletions
|
|
@ -955,7 +955,7 @@ static int lua_GetCVar(lua_State* L) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
// SetCVar(name, value) — no-op stub (log for debugging)
|
||||
// SetCVar(name, value) — no-op stub
|
||||
static int lua_SetCVar(lua_State* L) {
|
||||
(void)L;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue