|
|
@ -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 |
|
|
|