diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/MagidexImageSource.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/MagidexImageSource.java index f8601c1043..c2ddfcc987 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/MagidexImageSource.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/MagidexImageSource.java @@ -189,7 +189,6 @@ public enum MagidexImageSource implements CardImageSource { supportedSets.add("CN2"); supportedSets.add("DDR"); supportedSets.add("KLD"); - supportedSets.add("MPS"); // supportedSets.add("PZ2"); // Treasure Chests supportedSets.add("C16"); supportedSets.add("PCA"); @@ -213,8 +212,10 @@ public enum MagidexImageSource implements CardImageSource { supportedSets.add("RIX"); supportedSets.add("A25"); supportedSets.add("DOM"); -// supportedSets.add("CM2"); -// supportedSets.add("M19"); + supportedSets.add("CM2"); + supportedSets.add("M19"); + //supportedSets.add("BBD"); + //supportedSets.add("C18"); } @Override diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/MythicspoilerComSource.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/MythicspoilerComSource.java index ca5deac71a..fbd58ee16c 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/MythicspoilerComSource.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/MythicspoilerComSource.java @@ -231,7 +231,7 @@ public enum MythicspoilerComSource implements CardImageSource { supportedSets.add("DOM"); supportedSets.add("BBD"); supportedSets.add("M19"); - supportedSets.add("C18"); +// supportedSets.add("C18"); // supportedSets.add("CM2"); sets = new LinkedHashMap<>(); diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSource.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSource.java index 156fce34ed..6dbc42c5c7 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSource.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSource.java @@ -229,6 +229,7 @@ public enum ScryfallImageSource implements CardImageSource { supportedSets.add("C18"); supportedSets.add("CM2"); supportedSets.add("M19"); + supportedSets.add("GS1"); } @Override diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/WizardCardsImageSource.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/WizardCardsImageSource.java index 17e98c7343..c482f17d4a 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/WizardCardsImageSource.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/WizardCardsImageSource.java @@ -220,7 +220,6 @@ public enum WizardCardsImageSource implements CardImageSource { supportedSets.add("DDS"); supportedSets.add("W17"); supportedSets.add("AKH"); - supportedSets.add("MPS"); supportedSets.add("CMA"); supportedSets.add("CM2"); // Commander Anthology, Vol. II supportedSets.add("E01"); @@ -236,10 +235,12 @@ public enum WizardCardsImageSource implements CardImageSource { supportedSets.add("RIX"); // Rivals of Ixalan supportedSets.add("A25"); // Masters 25 supportedSets.add("DOM"); // Dominaria + supportedSets.add("BBD"); // Battlebond + supportedSets.add("GS1"); // Global Series: Jiang Yanggu and Mu Yanling supportedSets.add("M19"); // Core 2019 + supportedSets.add("C18"); // Commander 2018 // supportedSets.add("GRN"); // Guilds of Ravnica // supportedSets.add("RNA"); // Ravnica Allegiance - supportedSets.add("C18"); // Commander 2018 sets = new HashMap<>(); setsAliases = new HashMap<>();