[DFT] fixed miss emblem

This commit is contained in:
Oleg Agafonov 2025-02-04 13:48:55 +04:00
parent 2b659cd72c
commit b29a969fdb
2 changed files with 5 additions and 0 deletions

View file

@ -2555,6 +2555,9 @@ public class ScryfallImageSupportTokens {
// H17
put("H17/Dragon", "https://api.scryfall.com/cards/h17/4/en?format=image");
// DFT
put("DFT/Emblem Chandra", "https://api.scryfall.com/cards/tdft/13/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {