From d0437f874a4ef6f08f17e746abb7371902504b09 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Tue, 1 Sep 2026 11:44:04 -0400 Subject: [PATCH] #W# Tweak: Necro books can now be equiped. --- .../Items/Skill Items/Magical/NecromancerSpellbook.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;