mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
removed references to CELD
This commit is contained in:
parent
83ebe8c24d
commit
972f3acbf8
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ public class ScryfallImageSupportCards {
|
|||
put("GPX", "pgpx").
|
||||
put("MED", "me1").
|
||||
put("MEDM", "med").
|
||||
put("CELD", "eld"). // scryfall moved ELD and CELD cards in one set, but card numbers are different
|
||||
build();
|
||||
|
||||
private static final Set<String> supportedSets = new ArraySet<String>() {
|
||||
|
@ -242,7 +241,6 @@ public class ScryfallImageSupportCards {
|
|||
add("M20");
|
||||
add("C19");
|
||||
add("ELD");
|
||||
add("CELD");
|
||||
add("THB");
|
||||
//
|
||||
add("EURO");
|
||||
|
|
Loading…
Reference in a new issue