Add ConstructibleAttribute to types missing it that had it in RunUO (#94)
This commit is contained in:
parent
f8f372ccb9
commit
63ad4087b1
22 changed files with 26 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ namespace Server.Items
|
|||
[CommandProperty( AccessLevel.GameMaster )]
|
||||
public int Bolts { get; set; }
|
||||
|
||||
[Constructible]
|
||||
public ArcheryButte(int itemID = 0x100A) : base(itemID)
|
||||
{
|
||||
MinSkill = -25.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue