mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Remove several invalid sets from token image database
This commit is contained in:
parent
99756dba7f
commit
8fc880c23b
2 changed files with 3 additions and 59 deletions
|
|
@ -2162,6 +2162,9 @@ public class ScryfallImageSupportTokens {
|
|||
put("WOC/Spirit", "https://api.scryfall.com/cards/twoc/17/en?format=image");
|
||||
put("WOC/Virtuous", "https://api.scryfall.com/cards/twoc/3/en?format=image");
|
||||
|
||||
// 8ED
|
||||
put("8ED/Rukh", "https://api.scryfall.com/cards/p03/7/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue