From 444b153a73a17f8631127b32939859886d6a5aca Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Wed, 29 Nov 2023 16:15:59 -0500 Subject: [PATCH] Actually check vulnerability on emote, instead of only on engage then never again because emote was never registered. Closes https://github.com/DeadlyBossMods/DBM-Classic/issues/776 --- DBM-Raids-Vanilla/BWL/Chromaggus.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DBM-Raids-Vanilla/BWL/Chromaggus.lua b/DBM-Raids-Vanilla/BWL/Chromaggus.lua index dfcb6bd4..7d9c87fe 100755 --- a/DBM-Raids-Vanilla/BWL/Chromaggus.lua +++ b/DBM-Raids-Vanilla/BWL/Chromaggus.lua @@ -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"