forked from MagicBane/Server
More constructor work.
This commit is contained in:
@@ -91,7 +91,7 @@ public class ItemTemplate {
|
|||||||
for (Object o : eq_slots_or)
|
for (Object o : eq_slots_or)
|
||||||
item_eq_slots_or.add(Enum.ItemEquipSlotType.valueOf((String) o));
|
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)
|
if (eq_slots_and.isEmpty() == false)
|
||||||
for (Object o : eq_slots_or)
|
for (Object o : eq_slots_or)
|
||||||
|
|||||||
Reference in New Issue
Block a user