From dbd7d32455fa2f3af60264edf9d4fd88aaa8d6a4 Mon Sep 17 00:00:00 2001 From: jordon <29447509+jordonwow@users.noreply.github.com> Date: Sat, 8 May 2021 05:05:58 -0700 Subject: [PATCH] remove duplicate entries --- BigDebuffs.lua | 1 - Classic.lua | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/BigDebuffs.lua b/BigDebuffs.lua index c0a9cf7..0978623 100755 --- a/BigDebuffs.lua +++ b/BigDebuffs.lua @@ -1437,7 +1437,6 @@ if WOW_PROJECT_ID == WOW_PROJECT_CLASSIC then end) -- Show extra buffs - local MAX_BUFFS = 6 hooksecurefunc("CompactUnitFrame_UpdateBuffs", function(frame) if ( not frame.buffFrames or not frame.optionTable.displayBuffs ) then CompactUnitFrame_HideAllBuffs(frame); diff --git a/Classic.lua b/Classic.lua index 2f97486..c25f634 100644 --- a/Classic.lua +++ b/Classic.lua @@ -164,8 +164,6 @@ addon.Spells = { [18093] = { type = CROWD_CONTROL }, -- Pyroclasm [18223] = { type = ROOT }, -- Curse of Exhaustion [18310] = { parent = 18223 }, - [18310] = { parent = 18311 }, - [18310] = { parent = 18312 }, [18313] = { parent = 18223 }, [1714] = { type = ROOT }, -- Curse of Tongues [11719] = { parent = 1714 }, @@ -226,7 +224,6 @@ addon.Spells = { -- Druid [22812] = { type = BUFF_DEFENSIVE }, -- Barkskin - [19975] = { type = ROOT }, -- Nature's Grasp [339] = { type = ROOT }, -- Entangling Roots [1062] = { parent = 339 }, [5195] = { parent = 339 }, @@ -250,7 +247,7 @@ addon.Spells = { [5211] = { type = CROWD_CONTROL}, -- Bash [6798] = { parent = 5211 }, [8983] = { parent = 5211 }, - [16979] = { type = ROOT }, -- Feral Charge + -- [16979] = { type = ROOT }, -- Feral Charge TODO: invalid spellId, root effect must be different than the interrupt [1850] = { type = BUFF_OFFENSIVE }, -- Dash [9821] = { parent = 1850 }, [16689] = { type = BUFF_OFFENSIVE }, -- Nature's Grasp Buff @@ -323,7 +320,6 @@ addon.Spells = { [1776] = { type = CROWD_CONTROL }, -- Gouge [1777] = { parent = 1776 }, [8629] = { parent = 1776 }, - [8629] = { parent = 1776 }, [11285] = { parent = 1776 }, [11286] = { parent = 1776 }, [14278] = { type = BUFF_DEFENSIVE }, -- Ghostly Strike