Remove combo points on a creature when it evades (#26836)

This commit is contained in:
Kelno
2021-08-30 11:27:51 +02:00
committed by GitHub
parent 8729bec844
commit 462e11c96f

View File

@@ -303,7 +303,7 @@ bool CreatureAI::_EnterEvadeMode(EvadeReason /*why*/)
}
me->RemoveAurasOnEvade();
me->ClearComboPointHolders(); // Remove all combo points targeting this unit
me->CombatStop(true);
me->LoadCreaturesAddon();
me->SetLootRecipient(nullptr);