Fleshing out constructor

This commit is contained in:
2024-02-18 14:08:45 -05:00
parent 8ff112b802
commit 52750e6d6b
+1 -1
View File
@@ -73,7 +73,7 @@ public class ItemTemplate {
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_type = (boolean) jsonObject.get("item_eq_slots_value");
item_eq_slots_type = (boolean) jsonObject.get("item_eq_slots_type");
// Parsing an enumset