forked from MagicBane/Server
long not double
This commit is contained in:
@@ -456,7 +456,7 @@ public class ItemTemplate {
|
||||
rune_exp_req_to_level = ((Double) jsonObject.get("rune_exp_req_to_level")).floatValue();
|
||||
rune_sex = Enum.SexType.valueOf((String) jsonObject.get("rune_sex"));
|
||||
rune_class_icon = ((Long) jsonObject.get("rune_class_icon")).intValue();
|
||||
rune_health = ((Double) jsonObject.get("rune_health")).floatValue();
|
||||
rune_health = ((Long) jsonObject.get("rune_health")).intValue();
|
||||
rune_mana = ((Long) jsonObject.get("rune_mana")).intValue();
|
||||
rune_stamina = ((Long) jsonObject.get("rune_stamina")).intValue();
|
||||
rune_min_damage = ((Double) jsonObject.get("rune_min_damage")).floatValue();
|
||||
|
||||
Reference in New Issue
Block a user