misc merge/tidy from Zenvera
This commit is contained in:
parent
5b03ef628e
commit
2d60d61a6b
8 changed files with 23 additions and 8 deletions
|
|
@ -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 ); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue