revert crafting updates of SVN538. Per Mark: changing baseclasses is a bad idea.
This commit is contained in:
parent
7399519cf7
commit
e86794c4e6
130 changed files with 1007 additions and 4906 deletions
|
|
@ -4,7 +4,7 @@ namespace Server.Items
|
|||
{
|
||||
[Furniture]
|
||||
[Flipable(0xB4A,0xB49, 0xB4B, 0xB4C)]
|
||||
public class WritingTable : BaseCraftableItem
|
||||
public class WritingTable : Item
|
||||
{
|
||||
[Constructable]
|
||||
public WritingTable() : base(0xB4A)
|
||||
|
|
@ -27,7 +27,7 @@ namespace Server.Items
|
|||
{
|
||||
base.Deserialize(reader);
|
||||
|
||||
int version = ( InheritsItem ? OldVersion : reader.ReadInt() ); //Required for BaseCraftableItem insertion
|
||||
int version = reader.ReadInt();
|
||||
|
||||
if ( Weight == 4.0 )
|
||||
Weight = 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue