Parsing cleanup

This commit is contained in:
2024-02-24 08:48:03 -05:00
parent 8d80e0a46e
commit f940d05d12
+2
View File
@@ -131,6 +131,8 @@ public class ItemTemplate {
item_parry_anim_id = ((Long) jsonObject.get("item_parry_anim_id")).intValue();
// Item Type == ARMOR?
if (jsonObject.containsValue("item_bulk_factor"))
item_bulk_factor = ((Double) jsonObject.get("item_bulk_factor")).floatValue();