Skip to content

Commit

Permalink
fix incorrect counterspell lockout (fixes #292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Jun 29, 2021
1 parent 9fd537e commit 2beb935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BurningCrusade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 2beb935

Please sign in to comment.