From c3ac9f0e627c0ff70d59e243325880269ff4139d Mon Sep 17 00:00:00 2001 From: clicketz <40314230+clicketz@users.noreply.github.com> Date: Thu, 29 Dec 2022 21:28:33 +0000 Subject: [PATCH] Remove unintended duplicate --- BigDebuffs.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/BigDebuffs.lua b/BigDebuffs.lua index c46fff5..30177c2 100755 --- a/BigDebuffs.lua +++ b/BigDebuffs.lua @@ -2048,7 +2048,6 @@ if WOW_PROJECT_ID == WOW_PROJECT_MAINLINE then if not debuffFrame.maxHeight then debuffFrame.maxHeight = frameHeight; end - debuffFrame.spellId = debuffs[i][1].spellId; CompactUnitFrame_UtilSetDebuff(debuffFrame, debuffs[i][1]) frame.BigDebuffs[index].cooldown:SetSwipeColor(0, 0, 0, 0.7) index = index + 1