diff --git a/Projects/UOContent/Mobiles/Vendors/NPC/AnimalTrainer.cs b/Projects/UOContent/Mobiles/Vendors/NPC/AnimalTrainer.cs index a276c2b6a..5779ff98c 100644 --- a/Projects/UOContent/Mobiles/Vendors/NPC/AnimalTrainer.cs +++ b/Projects/UOContent/Mobiles/Vendors/NPC/AnimalTrainer.cs @@ -124,7 +124,7 @@ namespace Server.Mobiles if (!pet.Deleted) { list.Add(pet); - break; + continue; } pet.IsStabled = false;