Skip to content

Commit

Permalink
Interrupt duration changes
Browse files Browse the repository at this point in the history
Resolves #633 . I completely forgot/overlooked this when going through the last changes.
  • Loading branch information
citna authored May 6, 2023
1 parent 287d315 commit 0d09166
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions BigDebuffs_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ addon.Spells = {

-- Interrupts

[1766] = { type = INTERRUPT, duration = 5 }, -- Kick (Rogue)
[2139] = { type = INTERRUPT, duration = 6 }, -- Counterspell (Mage)
[6552] = { type = INTERRUPT, duration = 4 }, -- Pummel (Warrior)
[19647] = { type = INTERRUPT, duration = 6 }, -- Spell Lock (Warlock)
[132409] = { type = INTERRUPT, duration = 6, parent = 19647 }, -- Spell Lock (Warlock)
[1766] = { type = INTERRUPT, duration = 3 }, -- Kick (Rogue)
[2139] = { type = INTERRUPT, duration = 5 }, -- Counterspell (Mage)
[6552] = { type = INTERRUPT, duration = 3 }, -- Pummel (Warrior)
[19647] = { type = INTERRUPT, duration = 5 }, -- Spell Lock (Warlock)
[132409] = { type = INTERRUPT, duration = 5, parent = 19647 }, -- Spell Lock (Warlock)
[47528] = { type = INTERRUPT, duration = 3 }, -- Mind Freeze (Death Knight)
[57994] = { type = INTERRUPT, duration = 3 }, -- Wind Shear (Shaman)
[57994] = { type = INTERRUPT, duration = 2 }, -- Wind Shear (Shaman)
[91807] = { type = INTERRUPT, duration = 2 }, -- Shambling Rush (Death Knight)
[96231] = { type = INTERRUPT, duration = 4 }, -- Rebuke (Paladin)
[93985] = { type = INTERRUPT, duration = 4 }, -- Skull Bash (Feral/Guardian)
[116705] = { type = INTERRUPT, duration = 4 }, -- Spear Hand Strike (Monk)
[96231] = { type = INTERRUPT, duration = 3 }, -- Rebuke (Paladin)
[93985] = { type = INTERRUPT, duration = 3 }, -- Skull Bash (Feral/Guardian)
[116705] = { type = INTERRUPT, duration = 3 }, -- Spear Hand Strike (Monk)
[147362] = { type = INTERRUPT, duration = 3 }, -- Counter Shot (Hunter)
[183752] = { type = INTERRUPT, duration = 3 }, -- Disrupt (Demon Hunter)
[187707] = { type = INTERRUPT, duration = 3 }, -- Muzzle (Hunter)
[212619] = { type = INTERRUPT, duration = 6 }, -- Call Felhunter (Warlock)
[212619] = { type = INTERRUPT, duration = 5 }, -- Call Felhunter (Warlock)
[31935] = { type = INTERRUPT, duration = 3 }, -- Avenger's Shield (Paladin)
[217824] = { type = INTERRUPT, duration = 4 }, -- Shield of Virtue (Protection PvP Talent)
[351338] = { type = INTERRUPT, duration = 4 }, -- Quell (Evoker)
Expand Down

0 comments on commit 0d09166

Please sign in to comment.