From c8a376c10446e75ab5b4782561c284bf88b74ca2 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Mon, 21 Sep 2026 09:51:37 -0400 Subject: [PATCH] #W# Tweak: Necro books are now be equiped. --- .../UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs b/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs index 5fb930c24..89b033c08 100644 --- a/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs +++ b/Projects/UOContent/Items/Skill Items/Magical/NecromancerSpellbook.cs @@ -7,7 +7,7 @@ public partial class NecromancerSpellbook : Spellbook { [Constructible] public NecromancerSpellbook(ulong content = 0) : base(content, 0x2253) => - Layer = Core.ML ? Layer.OneHanded : Layer.Invalid; + Layer = Layer.OneHanded; public override SpellbookType SpellbookType => SpellbookType.Necromancer; public override int BookOffset => 100;