From a7ce68dc8229256df015019c09f1c3be1264eb72 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 2 Feb 2021 15:35:57 +0100 Subject: [PATCH] Update for LibCombatlog 19 --- BurnBaby.lua | 3 +-- Libs/LibCombatlog | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/BurnBaby.lua b/BurnBaby.lua index 5145d3f..c25695e 100644 --- a/BurnBaby.lua +++ b/BurnBaby.lua @@ -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') diff --git a/Libs/LibCombatlog b/Libs/LibCombatlog index e2e49a7..ac37d0f 160000 --- a/Libs/LibCombatlog +++ b/Libs/LibCombatlog @@ -1 +1 @@ -Subproject commit e2e49a78165dafee32c1234c283688da21cd8295 +Subproject commit ac37d0f1b787b9c74c6196def1d738acb1916fcb