Update for LibCombatlog 19

This commit is contained in:
Robin 2021-01-31 15:23:03 +01:00
parent 56e9010e26
commit ca094c94a3
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit e2e49a78165dafee32c1234c283688da21cd8295
Subproject commit ac37d0f1b787b9c74c6196def1d738acb1916fcb

View File

@ -92,7 +92,7 @@ local function OnUpdate()
addon:OnText(name, spots)
end
function addon:CLParse(data, prefix, suffix)
function addon:CLParse(event, data, prefix, suffix)
-- local event,timestamp, eventtype, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellId,spellName,spellSchool = ...
local dest = data[13]
if(not taunts[dest]) then return end