Skip to content

Commit

Permalink
Remove duplicate spells in BigDebuffs_Cata.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Jun 14, 2024
1 parent f8dc5ca commit 1c55023
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BigDebuffs_Cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ addon.Spells = {

-- WoTLK
[1742] = { type = BUFF_DEFENSIVE, }, -- Cower (Pet)
[4167] = { type = ROOT, }, -- Web (Pet)
[26064] = { type = BUFF_DEFENSIVE, }, -- Shell Shield (Pet)
[26090] = { type = INTERRUPT, duration = 2, }, -- Pummel (Pet)
[53271] = { type = BUFF_DEFENSIVE, }, -- Master's Call
Expand Down Expand Up @@ -281,12 +280,11 @@ addon.Spells = {
[96201] = { type = ROOT }, -- Web Wrap (shale spider pet root)
[90337] = { type = CROWD_CONTROL }, -- Bad Manner (monkey stun)
[50519] = { type = CROWD_CONTROL }, -- Sonic Blast (bat pet stun)
[56626] = { type = CROWD_CONTROL }, -- Sting (wasp pet stun)
[50541] = { type = CROWD_CONTROL }, -- Clench (scorpid pet disarm)
[91644] = { type = CROWD_CONTROL }, -- Snatch (bird of prey pet disarm)
[50318] = { type = CROWD_CONTROL }, -- Serenity Dust (moth pet silence)
[56626] = { type = CROWD_CONTROL }, -- Sting (wasp pet stun)


-- Druid

Expand Down

0 comments on commit 1c55023

Please sign in to comment.