fix(Core/Creature): remove combo points on evade (#7861)

This commit is contained in:
Kitzunu
2021-09-17 13:42:04 +02:00
committed by GitHub
parent bdcec84522
commit f6f18cb538

View File

@@ -296,6 +296,7 @@ bool CreatureAI::_EnterEvadeMode()
// don't remove clone caster on evade (to be verified)
me->RemoveEvadeAuras();
me->ClearComboPointHolders(); // Remove all combo points targeting this unit
// sometimes bosses stuck in combat?
me->DeleteThreatList();
me->CombatStop(true);