eos fix for pet issue. client ver bug fix. cliloc updates.
This commit is contained in:
parent
59a5d8e684
commit
4ff574358a
4 changed files with 28 additions and 12 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue