fix: Fix animal trainer pet list only showing first pet. (#1532)

This commit is contained in:
Eric Vintimilla 2023-10-04 14:03:25 -04:00 committed by GitHub
parent 9b87049658
commit f4db1e3aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ namespace Server.Mobiles
if (!pet.Deleted)
{
list.Add(pet);
break;
continue;
}
pet.IsStabled = false;