mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
World Magic Cup Qualifier: removed wrong cards, fixed card numbers, fixed download from scryfall
This commit is contained in:
parent
40a277178f
commit
c64da6abd9
2 changed files with 8 additions and 7 deletions
|
|
@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue