Skip to content

Commit

Permalink
Core/BossPrototype: Enrage dispel check for Monks
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Jul 29, 2024
1 parent 1476838 commit eca5ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/BossPrototype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2043,8 +2043,8 @@ do
-- Mass Dispel (Priest), Dispel Magic (Priest), Purge (Shaman), Spellsteal (Mage), Consume Magic (Demon Hunter), Devour Magic (Warlock Felhunter), Tranquilizing Shot (Hunter)
offDispel.magic = true
end
if IsSpellKnown(2908) or IsSpellKnown(19801) or IsSpellKnown(5938) then
-- Soothe (Druid), Tranquilizing Shot (Hunter), Shiv (Rogue)
if IsSpellKnown(2908) or IsSpellKnown(19801) or IsSpellKnown(5938) or IsPlayerSpell(450432) then
-- Soothe (Druid), Tranquilizing Shot (Hunter), Shiv (Rogue), Pressure Points (Monk)
offDispel.enrage = true
end
if IsSpellKnown(527) or IsSpellKnown(77130) or IsSpellKnown(115450) or IsSpellKnown(4987) or IsSpellKnown(88423) or IsPlayerSpell(360823) or IsSpellKnown(89808, true) then -- XXX Add DPS priest mass dispel?
Expand Down

0 comments on commit eca5ab4

Please sign in to comment.