mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
*reset Kael's threat when he enters the fight
--HG-- branch : trunk
This commit is contained in:
@@ -749,6 +749,7 @@ struct TRINITY_DLL_DECL boss_kaelthasAI : public ScriptedAI
|
||||
|
||||
if (Unit* target = SelectUnit(SELECT_TARGET_RANDOM, 0))
|
||||
{
|
||||
DoResetThreat();//only healers will be at top threat, so reset(not delete) all players's threat when Kael comes to fight
|
||||
AttackStart(target);
|
||||
}
|
||||
Phase_Timer = 30000;
|
||||
|
||||
Reference in New Issue
Block a user