diff --git a/BigDebuffs_Cata.lua b/BigDebuffs_Cata.lua index 751dcf2..0566ec7 100644 --- a/BigDebuffs_Cata.lua +++ b/BigDebuffs_Cata.lua @@ -140,6 +140,8 @@ addon.Spells = { [49203] = { type = CROWD_CONTROL, }, -- Hungering Cold [50461] = { type = BUFF_DEFENSIVE, }, -- Anti-Magic Zone [49016] = { type = BUFF_OFFENSIVE, }, -- Unholy Frenzy + [91802] = { type = INTERRUPT, duration = 2 }, -- Shambling Rush (pet dk kick) + [91797] = { type = CROWD_CONTROL }, -- Monstrous Blow (dk abom stun) -- Priest @@ -165,6 +167,7 @@ addon.Spells = { [27827] = { type = IMMUNITY }, -- Spirit of Redemption [33206] = { type = BUFF_DEFENSIVE }, -- Pain Suppression [14751] = { type = BUFF_DEFENSIVE }, -- Inner Focus + [87204] = { type = CROWD_CONTROL }, -- Sin and Punishment (VT dispel) -- Warlock @@ -191,7 +194,7 @@ addon.Spells = { [18708] = { type = BUFF_DEFENSIVE }, -- Fel Domination [32752] = { type = CROWD_CONTROL }, -- Summoning Disorientation [19482] = { type = CROWD_CONTROL }, -- Doom Guard Stun - [30153] = { type = CROWD_CONTROL }, -- Felguard Stun + [89766] = { type = CROWD_CONTROL }, -- Axe Toss (felguard stun) -- Shaman @@ -269,7 +272,21 @@ addon.Spells = { [5384] = { type = BUFF_DEFENSIVE }, -- Feign Death [24394] = { type = CROWD_CONTROL }, -- Intimidation [19577] = { type = BUFF_OFFENSIVE, parent = 24394 }, -- Intimidation (Buff) - + [50479] = { type = INTERRUPT, duration = 2}, -- Nether Shock (nether ray pet kick) + [90327] = { type = ROOT }, -- Lock Jaw (dog pet root) + [50245] = { type = ROOT }, -- Pin (crab pet root) + [52825] = { type = ROOT }, -- Swoop (carrion bird pet root) + [54706] = { type = ROOT }, -- Venom Web Spray (silithid pet root) + [4167] = { type = ROOT }, -- Web (spider pet root) + [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