This commit is contained in:
parent
db474d0109
commit
34d969712e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue