More parsing work

This commit is contained in:
2024-02-27 15:16:38 -05:00
parent 5304919e2a
commit 22da19085d
+1 -1
View File
@@ -334,7 +334,7 @@ public class ItemTemplate {
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)
for (Object o : item_power_actions) {