From 34d969712e904aa3f0aeb0ed681c9c0404a58159 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 21 Nov 2010 06:19:33 +0000 Subject: [PATCH] --- Scripts/Mobiles/PlayerMobile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }