forked from MagicBane/Server
Name given default value
This commit is contained in:
@@ -58,7 +58,7 @@ public class Item extends AbstractWorldObject {
|
|||||||
private long dateToUpgrade;
|
private long dateToUpgrade;
|
||||||
public int magicValue;
|
public int magicValue;
|
||||||
public ItemTemplate template;
|
public ItemTemplate template;
|
||||||
public String name;
|
public String name = "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* In Memory constructor
|
* In Memory constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user