Core/Entities: don't finalize movesplines before deleting.
Port From (https://github.com/TrinityCore/TrinityCore/commit/848f0d13235dc5982a7dcb96a96169b5ceb027f1)
This commit is contained in:
@@ -494,7 +494,6 @@ namespace Game.Entities
|
|||||||
CombatStop();
|
CombatStop();
|
||||||
DeleteThreatList();
|
DeleteThreatList();
|
||||||
GetHostileRefManager().DeleteReferences();
|
GetHostileRefManager().DeleteReferences();
|
||||||
GetMotionMaster().Clear(false); // remove different non-standard movement generators.
|
|
||||||
}
|
}
|
||||||
public override void CleanupsBeforeDelete(bool finalCleanup = true)
|
public override void CleanupsBeforeDelete(bool finalCleanup = true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user