diff --git a/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs b/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs index 5fb930c24..079440f38 100644 --- a/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs +++ b/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs @@ -7,7 +7,8 @@ public partial class NecromancerSpellbook : Spellbook { [Constructible] public NecromancerSpellbook(ulong content = 0) : base(content, 0x2253) => - Layer = Core.ML ? Layer.OneHanded : Layer.Invalid; + //Layer = Core.ML ? Layer.OneHanded : Layer.Invalid; + Layer = Layer.OneHanded; public override SpellbookType SpellbookType => SpellbookType.Necromancer; public override int BookOffset => 100;