mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00: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("10E", "tenth-edition");
|
||||
put("CSP", "coldsnap");
|
||||
put("CHK", "player-rewards-2004");
|
||||
}
|
||||
private static final long serialVersionUID = 1L;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue