This commit is contained in:
parent
115e74f44e
commit
71d02318fd
1 changed files with 17 additions and 0 deletions
|
|
@ -7786,6 +7786,23 @@ namespace Server
|
|||
{
|
||||
}
|
||||
|
||||
[CommandProperty( AccessLevel.GameMaster )]
|
||||
public bool Flying
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_Flying;
|
||||
}
|
||||
set
|
||||
{
|
||||
if( m_Flying != value )
|
||||
{
|
||||
m_Flying = value;
|
||||
Delta( MobileDelta.Flags );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[CommandProperty( AccessLevel.GameMaster )]
|
||||
public bool Warmode
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue