branch sync #2

This commit is contained in:
mark 2009-01-31 00:02:21 +00:00
parent 96a37544fd
commit 4e6256b8cd
39 changed files with 415 additions and 137 deletions

View file

@ -5,8 +5,9 @@ namespace Server.Items
{
public class BlueBook : BaseBook
{
[Constructable]
public BlueBook() : base( 0xFF2 )
public BlueBook() : base( 0xFF2, 40, true )
{
}
@ -43,4 +44,4 @@ namespace Server.Items
writer.Write( (int)0 ); // version
}
}
}
}