Skip to content

Commit

Permalink
Fix class dispel abilities for Druid
Browse files Browse the repository at this point in the history
Fixes #732
  • Loading branch information
jordonwow committed May 29, 2024
1 parent dab1264 commit 4ce0399
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@ else
},
}
if WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC then
classDispel.DRUID = {
Magic = function() return IsPlayerSpell(88423) end,
Curse = true,
Poison = true,
}
classDispel.SHAMAN = {
Magic = function() return IsPlayerSpell(77130) end,
Curse = true,
Expand Down

0 comments on commit 4ce0399

Please sign in to comment.