diff --git a/Source/Game/AI/CoreAI/CreatureAI.cs b/Source/Game/AI/CoreAI/CreatureAI.cs index 7b5ebdde5..c1613e5b6 100644 --- a/Source/Game/AI/CoreAI/CreatureAI.cs +++ b/Source/Game/AI/CoreAI/CreatureAI.cs @@ -314,6 +314,7 @@ namespace Game.AI me.SetLastDamagedTime(0); me.SetCannotReachTarget(false); me.DoNotReacquireSpellFocusTarget(); + me.GetSpellHistory().ResetAllCooldowns(); EngagementOver(); return true;