mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Scripts/BlackTemple): Mother Shahraz Taunt Immunity and Enrage cancelling (#19521)
* init * Update rev_1722290115671857500.sql
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user