fix(Scripts/BlackTemple): Mother Shahraz Taunt Immunity and Enrage cancelling (#19521)

* init

* Update rev_1722290115671857500.sql
This commit is contained in:
Gultask
2024-07-29 19:04:59 -03:00
committed by GitHub
parent 2dd53e3521
commit 506f95e6e5
2 changed files with 3 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ struct boss_mother_shahraz : public BossAI
me->m_Events.AddEventAtOffset([&] {
DoCastSelf(SPELL_ENRAGE, true);
Talk(SAY_ENRAGE);
}, 10min);
}, 10min, GROUP_ENRAGE);
}
void KilledUnit(Unit* /*victim*/) override