From 2beb9352ca912049153e7c0ac6b024f29d0c9b60 Mon Sep 17 00:00:00 2001 From: jordon <29447509+jordonwow@users.noreply.github.com> Date: Tue, 29 Jun 2021 12:23:50 -0700 Subject: [PATCH] fix incorrect counterspell lockout (fixes #292) --- BurningCrusade.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BurningCrusade.lua b/BurningCrusade.lua index e6f8861..2e84b60 100644 --- a/BurningCrusade.lua +++ b/BurningCrusade.lua @@ -119,7 +119,7 @@ addon.Spells = { [25454] = { parent = 8042 }, [13491] = { type = INTERRUPT, duration = 5 }, -- Iron Knuckles [16979] = { type = INTERRUPT, duration = 4 }, -- Feral Charge (Druid) - [2139] = { type = INTERRUPT, duration = 10 }, -- Counterspell (Mage) + [2139] = { type = INTERRUPT, duration = 8 }, -- Counterspell (Mage) [1766] = { type = INTERRUPT, duration = 5 }, -- Kick (Rogue) [1767] = { parent = 1766 }, [1768] = { parent = 1766 },