Update cleusaver
This commit is contained in:
@@ -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
Reference in New Issue
Block a user