|
|
@ -334,7 +334,7 @@ public class ItemTemplate { |
|
|
|
item_power_grant.put(power_type, power_value); |
|
|
|
item_power_grant.put(power_type, power_value); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
JSONArray item_power_actions = (JSONArray) jsonObject.get("item_user_power_action"); |
|
|
|
JSONArray item_power_actions = (JSONArray) jsonObject.get("item_power_action"); |
|
|
|
|
|
|
|
|
|
|
|
if (item_power_actions.isEmpty() == false) |
|
|
|
if (item_power_actions.isEmpty() == false) |
|
|
|
for (Object o : item_power_actions) { |
|
|
|
for (Object o : item_power_actions) { |
|
|
|