- 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:
parent
a7d0379322
commit
c7f8a29f1a
14 changed files with 150 additions and 11 deletions
|
|
@ -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 ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue