forked from MagicBane/Server
Value tweak
This commit is contained in:
@@ -248,7 +248,7 @@ public class Item extends AbstractWorldObject {
|
||||
} else
|
||||
writer.putInt(item.numberOfItems); // Amount of gold
|
||||
} else
|
||||
writer.putInt(item.value);
|
||||
writer.putInt(item.template.item_value);
|
||||
|
||||
writer.putInt(item.getValue());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user