removed references to CELD

This commit is contained in:
Evan Kranzler 2020-01-12 09:45:15 -05:00
parent 83ebe8c24d
commit 972f3acbf8

View file

@ -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");