Skip to content

Commit

Permalink
Fix Maim incorrectly being set as an Interrupt
Browse files Browse the repository at this point in the history
Fixes #729
  • Loading branch information
jordonwow committed May 26, 2024
1 parent a83d927 commit 67fd3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigDebuffs_Cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ addon.Spells = {
[1766] = { type = INTERRUPT, duration = 5 }, -- Kick (Rogue)
[26679] = { type = INTERRUPT, duration = 3 }, -- Deadly Throw
[6552] = { type = INTERRUPT, duration = 4 }, -- Pummel
[22570] = { type = INTERRUPT, duration = 3 }, -- Maim
[29443] = { type = INTERRUPT, duration = 10 }, -- Clutch of Foresight

-- Death Knight
Expand Down Expand Up @@ -270,6 +269,7 @@ addon.Spells = {
-- WoTLK
[768] = { type = BUFF_OTHER, }, -- Cat Form
[783] = { type = BUFF_OTHER, }, -- Travel Form
[22570] = { type = CROWD_CONTROL, duration = 3 }, -- Maim
[22842] = { type = BUFF_DEFENSIVE, }, -- Frenzied Regeneration
[24858] = { type = BUFF_OTHER, }, -- Moonkin Form
[33891] = { type = BUFF_OTHER, }, -- Tree of Life
Expand Down

0 comments on commit 67fd3fb

Please sign in to comment.