mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +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("GPX", "pgpx").
|
||||||
put("MED", "me1").
|
put("MED", "me1").
|
||||||
put("MEDM", "med").
|
put("MEDM", "med").
|
||||||
put("CELD", "eld"). // scryfall moved ELD and CELD cards in one set, but card numbers are different
|
|
||||||
build();
|
build();
|
||||||
|
|
||||||
private static final Set<String> supportedSets = new ArraySet<String>() {
|
private static final Set<String> supportedSets = new ArraySet<String>() {
|
||||||
|
@ -242,7 +241,6 @@ public class ScryfallImageSupportCards {
|
||||||
add("M20");
|
add("M20");
|
||||||
add("C19");
|
add("C19");
|
||||||
add("ELD");
|
add("ELD");
|
||||||
add("CELD");
|
|
||||||
add("THB");
|
add("THB");
|
||||||
//
|
//
|
||||||
add("EURO");
|
add("EURO");
|
||||||
|
|
Loading…
Reference in a new issue