From 73b84ca8113cb654f66178d871a1ca70ad5b1e4b Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 7 Dec 2021 20:15:06 -0500 Subject: [PATCH] Core/PetAI: apply some movement related corrections Port From (https://github.com/TrinityCore/TrinityCore/commit/14712653dd813789bb47165621416e56eac47c8e) --- Source/Game/AI/CoreAI/PetAI.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Game/AI/CoreAI/PetAI.cs b/Source/Game/AI/CoreAI/PetAI.cs index 9edc605fd..3bb3612b1 100644 --- a/Source/Game/AI/CoreAI/PetAI.cs +++ b/Source/Game/AI/CoreAI/PetAI.cs @@ -438,7 +438,6 @@ namespace Game.AI { ClearCharmInfoFlags(); me.GetCharmInfo().SetIsAtStay(true); - me.GetMotionMaster().Clear(); me.GetMotionMaster().MoveIdle(); } break;