forked from MagicBane/Server
Parsing cleanup
This commit is contained in:
@@ -130,7 +130,10 @@ public class ItemTemplate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
item_parry_anim_id = ((Long) jsonObject.get("item_parry_anim_id")).intValue();
|
item_parry_anim_id = ((Long) jsonObject.get("item_parry_anim_id")).intValue();
|
||||||
item_bulk_factor = ((Double) jsonObject.get("item_bulk_factor")).floatValue();
|
|
||||||
|
if (jsonObject.containsValue("item_bulk_factor"))
|
||||||
|
item_bulk_factor = ((Double) jsonObject.get("item_bulk_factor")).floatValue();
|
||||||
|
|
||||||
item_defense_rating = ((Double) jsonObject.get("item_defense_rating")).floatValue();
|
item_defense_rating = ((Double) jsonObject.get("item_defense_rating")).floatValue();
|
||||||
|
|
||||||
JSONArray itemflags = (JSONArray) jsonObject.get("item_flags");
|
JSONArray itemflags = (JSONArray) jsonObject.get("item_flags");
|
||||||
|
|||||||
Reference in New Issue
Block a user