Skip to content

Commit

Permalink
fix(Scripts/BlackTemple): Reset Illidan threat with phase four. (azer…
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbench authored Oct 3, 2024
1 parent 67c746b commit cc37941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/scripts/Outland/BlackTemple/boss_illidan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ struct boss_illidan_stormrage : public BossAI
DoStopAttack();
me->SetControlled(true, UNIT_STATE_ROOT);
me->SetCombatMovement(false);
DoResetThreatList();
DoCastSelf(SPELL_DEMON_TRANSFORM_1, true);

me->m_Events.AddEventAtOffset([&] {
Expand Down

0 comments on commit cc37941

Please sign in to comment.