World Magic Cup Qualifier: removed wrong cards, fixed card numbers, fixed download from scryfall

This commit is contained in:
Oleg Agafonov 2017-12-20 19:51:19 +04:00
parent 40a277178f
commit c64da6abd9
2 changed files with 8 additions and 7 deletions

View file

@ -206,6 +206,7 @@ public enum ScryfallImageSource implements CardImageSource {
// supportedSets.add("V17");
supportedSets.add("UST");
supportedSets.add("RIX");
supportedSets.add("WMCQ");
// supportedSets.add("A25");
// supportedSets.add("DOM");
// supportedSets.add("M19");
@ -283,6 +284,7 @@ public enum ScryfallImageSource implements CardImageSource {
put("DD3EVG", "evg");
put("MPS-AKH", "mp2");
put("MBP", "pmei");
put("WMCQ", "pwcq");
}
};