Update cleusaver

This commit is contained in:
2024-11-07 23:12:09 +01:00
parent 98322f6b76
commit b3f94aa8a9
2 changed files with 8 additions and 1051 deletions

View File

@@ -1,13 +1,7 @@
--- COMBAT_LOG_EVENT_UNFILTERED --- COMBAT_LOG_EVENT_UNFILTERED
---@param e string ---@param e string
---@param ... any ---@param ... any
function(allstates, e, ...) function(e, ...)
local spellId, err = CLEUParser.GetSpellId(...) if e ~= "COMBAT_LOG_EVENT_UNFILTERED" then return end
if err then return end aura_env.LogSpell(...)
local spellname, err = CLEUParser.GetSpellName(...)
if err then return end
local subevent, err = CLEUParser.GetSubevent(...)
if err then return end
aura_env.LogSpell(spellname, spellId, subevent, ...)
end end

File diff suppressed because it is too large Load Diff