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;