diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index ecc5fe85b..27308d8d6 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -9448,7 +9448,7 @@ void Unit::CleanupsBeforeDelete() else getHostileRefManager().deleteReferences(); RemoveAllAuras(AURA_REMOVE_BY_DELETE); - GetMotionMaster()->Clear(false); // remove different non-standard movement generators. + GetMotionMaster()->Clear(false,true); // remove all movement generators. } WorldObject::CleanupsBeforeDelete(); }