Added some missing configurations for M14.

This commit is contained in:
LevelX2 2013-07-10 14:11:11 +02:00
parent f9c79e509f
commit 68b2f589f0
3 changed files with 4 additions and 3 deletions

View file

@ -32,7 +32,7 @@ public class GathererSets implements Iterable<DownloadJob> {
"LRW", "MOR",
"SHM", "EVE"};
private static final String[] withMythics = {"M10", "M11", "M12", "M13",
private static final String[] withMythics = {"M10", "M11", "M12", "M13", "M14",
"DDF",
"ALA", "CON", "ARB",
"ZEN", "WWK", "ROE",

View file

@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
{
put("M14", "magic-2014");
put("MMA", "modern-masters");
put("DGM", "dragons-maze");
put("GTC", "gatecrash");