fix(Core): correct CLEU arg order for 3.3.5 (hideCaster + RaidFlags)
This commit is contained in:
parent
d41b97ca8b
commit
d08eb32427
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"), ...)
|
||||
end
|
||||
|
||||
function DBM:COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, ...)
|
||||
function DBM:COMBAT_LOG_EVENT_UNFILTERED(timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, ...)
|
||||
if not registeredEvents[event] then return end
|
||||
twipe(args)
|
||||
args.timestamp = timestamp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue