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;
|
||||
public int magicValue;
|
||||
public ItemTemplate template;
|
||||
public String name;
|
||||
public String name = "";
|
||||
|
||||
/**
|
||||
* In Memory constructor
|
||||
|
||||
Reference in New Issue
Block a user