forked from MagicBane/Server
Fleshing out constructor
This commit is contained in:
@@ -73,7 +73,7 @@ public class ItemTemplate {
|
|||||||
item_type = Enum.ItemType.valueOf((String) jsonObject.get("item_type"));
|
item_type = Enum.ItemType.valueOf((String) jsonObject.get("item_type"));
|
||||||
|
|
||||||
item_eq_slots_value = ((Long) jsonObject.get("item_eq_slots_value")).intValue();
|
item_eq_slots_value = ((Long) jsonObject.get("item_eq_slots_value")).intValue();
|
||||||
item_eq_slots_type = (boolean) jsonObject.get("item_eq_slots_value");
|
item_eq_slots_type = (boolean) jsonObject.get("item_eq_slots_type");
|
||||||
|
|
||||||
// Parsing an enumset
|
// Parsing an enumset
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user