diff --git a/Projects/UOContent/Items/Skill Items/Magical/Spellbook.cs b/Projects/UOContent/Items/Skill Items/Magical/Spellbook.cs index dc91575a0..94faaf767 100644 --- a/Projects/UOContent/Items/Skill Items/Magical/Spellbook.cs +++ b/Projects/UOContent/Items/Skill Items/Magical/Spellbook.cs @@ -118,7 +118,8 @@ public partial class Spellbook : Item, ICraftable, ISlayer, IAosItem Layer = Layer.OneHanded; LootType = LootType.Blessed; - _content = content; + // The setter is calculating the spell count + Content = content; } public override bool DisplayWeight => false;