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