eos fix for pet issue. client ver bug fix. cliloc updates.

This commit is contained in:
xavier 2011-10-02 02:51:09 +00:00
parent 59a5d8e684
commit 4ff574358a
4 changed files with 28 additions and 12 deletions

View file

@ -293,6 +293,9 @@ namespace Server.Items
pet.IsStabled = false;
from.Stabled.Remove( pet );
if ( from is PlayerMobile )
((PlayerMobile)from).AutoStabled.Remove( pet );
}
pet.MoveToWorld( from.Location, from.Map );