mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(Scripts/BlackTemple): Clear events on evade (so he doesnt move wh… (#20199)
fix(Scripts/BlackTemple): Clear events on evade (so he doesnt move while dead/despawned)
This commit is contained in:
@@ -624,6 +624,10 @@ struct boss_illidan_stormrage : public BossAI
|
||||
|
||||
BossAI::EnterEvadeMode(why);
|
||||
me->DespawnOnEvade();
|
||||
|
||||
me->m_Events.CancelEventGroup(GROUP_BERSERK);
|
||||
me->m_Events.CancelEventGroup(GROUP_PHASE_FLYING);
|
||||
me->m_Events.CancelEventGroup(GROUP_DEMON_FORM);
|
||||
}
|
||||
|
||||
void JustSummoned(Creature* summon) override
|
||||
|
||||
Reference in New Issue
Block a user