From 0d0916617259124d1809f3f71d58b5e58191c6f9 Mon Sep 17 00:00:00 2001 From: citna <121998391+citna@users.noreply.github.com> Date: Fri, 5 May 2023 23:58:44 -0700 Subject: [PATCH] Interrupt duration changes Resolves #633 . I completely forgot/overlooked this when going through the last changes. --- BigDebuffs_Mainline.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/BigDebuffs_Mainline.lua b/BigDebuffs_Mainline.lua index e283af2..3401c57 100644 --- a/BigDebuffs_Mainline.lua +++ b/BigDebuffs_Mainline.lua @@ -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)