mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Core/Creature): remove combo points on evade (#7861)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user