#W# Necro books are now equip able.
This commit is contained in:
parent
c07b1bfc55
commit
a8b96a401b
1 changed files with 5 additions and 4 deletions
|
|
@ -18,7 +18,8 @@ namespace Server.Items
|
|||
[Constructable]
|
||||
public NecromancerSpellbook( ulong content ) : base( content, 0x2253 )
|
||||
{
|
||||
Layer = (Core.ML ? Layer.OneHanded : Layer.Invalid);
|
||||
//Layer = (Core.ML ? Layer.OneHanded : Layer.Invalid);
|
||||
Layer = Layer.OneHanded;
|
||||
}
|
||||
|
||||
public NecromancerSpellbook( Serial serial ) : base( serial )
|
||||
|
|
@ -38,8 +39,8 @@ namespace Server.Items
|
|||
|
||||
int version = reader.ReadInt();
|
||||
|
||||
if( version == 0 && Core.ML )
|
||||
Layer = Layer.OneHanded;
|
||||
//if( version == 0 && Core.ML )
|
||||
Layer = Layer.OneHanded;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue