misc merge/tidy from Zenvera

This commit is contained in:
Mark Sturgill 2013-10-24 14:23:03 -07:00
parent 5b03ef628e
commit 2d60d61a6b
8 changed files with 23 additions and 8 deletions

View file

@ -31,7 +31,7 @@ namespace Server.Items
set { m_TeleOffset = value; }
}
[CommandProperty( AccessLevel.Counselor )]
[CommandProperty(AccessLevel.GameMaster)]
public Point3D TelePoint
{
get { return new Point3D( Location.X + TeleOffset.X, Location.Y + TeleOffset.Y, Location.Z + TeleOffset.Z ); }