Update for LibCombatlog 19

This commit is contained in:
Robin 2021-02-02 15:35:57 +01:00
parent 117159a2e3
commit a7ce68dc82
2 changed files with 2 additions and 3 deletions

View File

@ -53,8 +53,7 @@ f:SetScript("OnUpdate", function(self, elapsed)
end
end
end)
function f:dmg(...)
local data, event = ...
function f:dmg(event, data)
if(data[9] == guid) then
if(data[13] == 336267) then
local name, icon, count, debuffType, duration, expirationTime, unitCaster, canStealOrPurge, nameplateShowPersonal, spellId, canApplyAura, isBossDebuff, isCastByPlayer, nameplateShowAll, timeMod = AuraUtil.FindAuraByName(auraName, 'player')

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