From b559460f77cbe63dba596dc5b4be444403c2e6e6 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Sun, 23 Jun 2019 19:08:23 +0400 Subject: [PATCH] [M20] added images download from scryfall --- .../plugins/card/dl/sources/ScryfallImageSupportCards.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java index 8b42a7f1bf..5fc70f1103 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java @@ -25,8 +25,6 @@ public class ScryfallImageSupportCards { put("MED", "me1"). put("MEDM", "med").build(); - - private static final Set supportedSets = new ArraySet() { { // xmage set codes @@ -239,6 +237,7 @@ public class ScryfallImageSupportCards { add("GK2"); add("MH1"); add("WAR"); + add("M20"); // add("EURO"); add("GPX");