Core/AI: Finally move the "is creature engaged" flag to be a property of the creature AI, where it honestly always belonged. Fixes #17981 and #23602 for real this time.

(cherry picked from commit 0e7c66cb4c)
This commit is contained in:
Treeston
2019-07-21 01:49:58 +02:00
committed by Shauren
parent f9fe00bf8c
commit c13d83796f
34 changed files with 154 additions and 102 deletions

View File

@@ -173,7 +173,7 @@ class npc_sc_millhouse_manastorm : public CreatureScript
me->RemoveAllAuras();
me->CombatStop(true);
me->GetThreatManager().NotifyDisengaged();
EngagementOver();
switch (pointId)
{