- Added hues to elven glasses.

- Aegis of Grace now spawns with 255 durability.
- Corrected a TimeoutTeleporter issue causing them to re-teleport mobiles on server restart.
- Fixed SA doors for house customization.
This commit is contained in:
eos 2012-04-01 03:16:00 +00:00
parent a7d0379322
commit c7f8a29f1a
14 changed files with 150 additions and 11 deletions

View file

@ -759,6 +759,13 @@ namespace Server.Items
}
}
public override void DoTeleport( Mobile m )
{
m_Teleporting.Remove( m );
base.DoTeleport( m );
}
public override bool OnMoveOver( Mobile m )
{
if ( Active && ( m.Player || Creatures ) )