forked from MagicBane/Server
More parsing work
This commit is contained in:
@@ -343,7 +343,7 @@ public class ItemTemplate {
|
|||||||
JSONArray power_actions = (JSONArray) powerActionEntry.get("power_actions");
|
JSONArray power_actions = (JSONArray) powerActionEntry.get("power_actions");
|
||||||
|
|
||||||
//int[] power_arguments = {((Long) args.get(0)).intValue(), ((Long) args.get(1)).intValue()};
|
//int[] power_arguments = {((Long) args.get(0)).intValue(), ((Long) args.get(1)).intValue()};
|
||||||
item_power_action.put(power, 1);
|
item_power_action.put(power, new int[]{1, 1});
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user