branch sync #2
This commit is contained in:
parent
96a37544fd
commit
4e6256b8cd
39 changed files with 415 additions and 137 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue