Skip to content

Commit

Permalink
Actually check vulnerability on emote, instead of only on engage then…
Browse files Browse the repository at this point in the history
… never again because emote was never registered. Closes DeadlyBossMods/DBM-Classic#776
  • Loading branch information
MysticalOS committed Nov 29, 2023
1 parent b000366 commit 444b153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DBM-Raids-Vanilla/BWL/Chromaggus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ mod:RegisterEventsInCombat(
"SPELL_AURA_APPLIED 23155 23169 23153 23154 23170 23128 23537",
-- "SPELL_AURA_REFRESH",
"SPELL_AURA_REMOVED 23155 23169 23153 23154 23170 23128",
"UNIT_HEALTH boss1"
"UNIT_HEALTH boss1",
"CHAT_MSG_MONSTER_EMOTE"
)

--(ability.id = 23309 or ability.id = 23313 or ability.id = 23189 or ability.id = 23315 or ability.id = 23312 or ability.id = 23314) and type = "begincast"
Expand Down

0 comments on commit 444b153

Please sign in to comment.