diff --git a/Scripts/Mobiles/PlayerMobile.cs b/Scripts/Mobiles/PlayerMobile.cs index 6b37f9f37..e77ada419 100644 --- a/Scripts/Mobiles/PlayerMobile.cs +++ b/Scripts/Mobiles/PlayerMobile.cs @@ -4266,8 +4266,8 @@ namespace Server.Mobiles { if (pet.Map != Map) { - pet.PlaySound(pet.GetAngerSound()); - pet.Delete(); + pet.PlaySound( pet.GetAngerSound() ); + Timer.DelayCall( TimeSpan.Zero, new TimerCallback( pet.Delete() ) ); } continue; }