Skip to content

Commit

Permalink
remove duplicate entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed May 8, 2021
1 parent 8e253aa commit dbd7d32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
6 changes: 1 addition & 5 deletions Classic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -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 },
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dbd7d32

Please sign in to comment.