Added CommandProperty attribute to BaseMulti.ItemID
This commit is contained in:
parent
02ce170abd
commit
720c1caaa3
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ namespace Server.Items
|
|||
{
|
||||
}
|
||||
|
||||
[CommandProperty( AccessLevel.GameMaster )]
|
||||
public override int ItemID {
|
||||
get {
|
||||
return base.ItemID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue