forked from MagicBane/Server
More PowerEntry work.
This commit is contained in:
@@ -135,7 +135,9 @@ public class PowersParser {
|
||||
powerAction.categoryToPower = mbEnums.CategoryToPowerType.valueOf(arguments[7]);
|
||||
powerEntry.actions.add(powerAction);
|
||||
break;
|
||||
|
||||
case "MaLevel":
|
||||
powerEntry.maxLevel = Integer.parseInt(lineValues[1].trim());
|
||||
break;
|
||||
default:
|
||||
Logger.error("Unhandled variable type:" + key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user