More constructor work.

This commit is contained in:
2024-02-18 14:41:34 -05:00
parent 8267cbd8f0
commit 14397d1550
+1 -1
View File
@@ -91,7 +91,7 @@ public class ItemTemplate {
for (Object o : eq_slots_or)
item_eq_slots_or.add(Enum.ItemEquipSlotType.valueOf((String) o));
JSONArray eq_slots_and = (JSONArray) jsonObject.get("eq_slots_and");
JSONArray eq_slots_and = (JSONArray) jsonObject.get("item_eq_slots_and");
if (eq_slots_and.isEmpty() == false)
for (Object o : eq_slots_or)