Revert "fix(Core): correct CLEU arg order for 3.3.5 (hideCaster + RaidFlags)"
All checks were successful
release / release (push) Successful in 4s
All checks were successful
release / release (push) Successful in 4s
This reverts commit d08eb32427.
This commit is contained in:
parent
d08eb32427
commit
b1b0b061ca
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ do
|
||||||
return handleEvent(nil, "CHAT_MSG_RAID_BOSS_EMOTE_FILTERED", msg:gsub("\124c%x+(.-)\124r", "%1"), ...)
|
return handleEvent(nil, "CHAT_MSG_RAID_BOSS_EMOTE_FILTERED", msg:gsub("\124c%x+(.-)\124r", "%1"), ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
function DBM:COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, ...)
|
function DBM:COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, ...)
|
||||||
if not registeredEvents[event] then return end
|
if not registeredEvents[event] then return end
|
||||||
twipe(args)
|
twipe(args)
|
||||||
args.timestamp = timestamp
|
args.timestamp = timestamp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue