mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added some allowed sets to download sources.
This commit is contained in:
parent
bf9dfd5878
commit
7bc160c7ca
2 changed files with 4 additions and 2 deletions
|
|
@ -231,8 +231,9 @@ public enum MythicspoilerComSource implements CardImageSource {
|
|||
supportedSets.add("DOM");
|
||||
supportedSets.add("BBD");
|
||||
supportedSets.add("M19");
|
||||
// supportedSets.add("C18");
|
||||
// supportedSets.add("CM2");
|
||||
supportedSets.add("C18");
|
||||
supportedSets.add("CM2");
|
||||
supportedSets.add("GRN");
|
||||
|
||||
sets = new LinkedHashMap<>();
|
||||
setsAliases = new HashMap<>();
|
||||
|
|
|
|||
|
|
@ -230,6 +230,7 @@ public enum ScryfallImageSource implements CardImageSource {
|
|||
supportedSets.add("CM2");
|
||||
supportedSets.add("M19");
|
||||
supportedSets.add("GS1");
|
||||
supportedSets.add("GRN");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue