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:
Kelsi 2026-03-22 18:30:07 -07:00
parent e46919cc2c
commit 92a1e9b0c3
2 changed files with 14 additions and 2 deletions

View file

@ -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;