Merge remote-tracking branch 'remotes/core/master' into newBranch

This commit is contained in:
Anthony Calosa
2019-09-23 14:49:29 +08:00
198 changed files with 1992 additions and 350 deletions

View File

@@ -468,7 +468,7 @@ public class ComputerUtilCost {
continue;
try {
extraManaNeeded += Integer.parseInt(snem);
extraManaNeeded += Integer.parseInt(parts[0]);
} catch (final NumberFormatException e) {
System.out.println("wrong SpellsNeedExtraMana SVar format on " + c);
}