Added CommandProperty attribute to BaseMulti.ItemID

This commit is contained in:
krrios 2006-06-16 22:39:07 +00:00
parent 02ce170abd
commit 720c1caaa3

View file

@ -34,6 +34,7 @@ namespace Server.Items
{
}
[CommandProperty( AccessLevel.GameMaster )]
public override int ItemID {
get {
return base.ItemID;