feat: Adds IAosItem for items with AosAttributes (#1268)
This commit is contained in:
parent
02cee4815e
commit
df9a58dd49
8 changed files with 13 additions and 7 deletions
|
|
@ -28,7 +28,7 @@ namespace Server.Items
|
|||
Exceptional
|
||||
}
|
||||
|
||||
public class Spellbook : Item, ICraftable, ISlayer
|
||||
public class Spellbook : Item, ICraftable, ISlayer, IAosItem
|
||||
{
|
||||
private static readonly Dictionary<Mobile, List<Spellbook>> m_Table = new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue