mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +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("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…
Reference in a new issue