mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
[M20] added images download from scryfall
This commit is contained in:
parent
d0638e71af
commit
b559460f77
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,6 @@ public class ScryfallImageSupportCards {
|
|||
put("MED", "me1").
|
||||
put("MEDM", "med").build();
|
||||
|
||||
|
||||
|
||||
private static final Set<String> supportedSets = new ArraySet<String>() {
|
||||
{
|
||||
// xmage set codes
|
||||
|
@ -239,6 +237,7 @@ public class ScryfallImageSupportCards {
|
|||
add("GK2");
|
||||
add("MH1");
|
||||
add("WAR");
|
||||
add("M20");
|
||||
//
|
||||
add("EURO");
|
||||
add("GPX");
|
||||
|
|
Loading…
Reference in a new issue