Skip to content

Commit

Permalink
Use IsPlayerSpell() to check for Reverse Magic
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Aug 25, 2024
1 parent a100f43 commit bfdd4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ if WOW_PROJECT_ID == WOW_PROJECT_MAINLINE then
Curse = function() return IsPlayerSpell(374251) end,
},
[577] = {
Magic = function() return GetSpellName(205604) end, -- Reverse Magic
Magic = function() return IsPlayerSpell(205604) end, -- Reverse Magic
},
[581] = {
Magic = function() return GetSpellName(205604) end, -- Reverse Magic
Magic = function() return IsPlayerSpell(205604) end, -- Reverse Magic
},
}
else
Expand Down

0 comments on commit bfdd4a6

Please sign in to comment.