fix: Fix animal trainer pet list only showing first pet. (#1532)
This commit is contained in:
parent
9b87049658
commit
f4db1e3aad
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ namespace Server.Mobiles
|
|||
if (!pet.Deleted)
|
||||
{
|
||||
list.Add(pet);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
pet.IsStabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue