mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Fixed CHK token didn't get downloaded.
This commit is contained in:
parent
2951fc252b
commit
f8468803c2
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
||||||
put("LRW", "lorwyn");
|
put("LRW", "lorwyn");
|
||||||
put("10E", "tenth-edition");
|
put("10E", "tenth-edition");
|
||||||
put("CSP", "coldsnap");
|
put("CSP", "coldsnap");
|
||||||
|
put("CHK", "player-rewards-2004");
|
||||||
}
|
}
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue