Add ConstructibleAttribute to types missing it that had it in RunUO (#94)

This commit is contained in:
Reetus 2020-02-22 12:34:40 +08:00 committed by GitHub
parent f8f372ccb9
commit 63ad4087b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 26 additions and 0 deletions

View file

@ -79,6 +79,7 @@ namespace Server.Items
private SlayerName m_Slayer;
private SlayerName m_Slayer2;
[Constructible]
public Spellbook(ulong content = 0, int itemID = 0xEFA) : base(itemID)
{
Attributes = new AosAttributes(this);