Merge origin/master

This commit is contained in:
LevelX2 2015-06-23 08:36:28 +02:00
commit 6b2bfc5e19
70 changed files with 4780 additions and 260 deletions

View file

@ -43,7 +43,7 @@ public class GathererSets implements Iterable<DownloadJob> {
"CMD", "C13", "C14", "PC2",
"ISD", "DKA", "AVR",
"RTR", "GTC", "DGM",
"MMA",
"MMA", "MM2",
"THS", "BNG", "JOU",
"CNS", "VMA", "TPR",
"KTK", "FRF", "DTK"};

View file

@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
{
put("CLASH", "clash-pack");
put("TPR", "tempest-remastered");
put("ORI", "magic-origins");
put("MM2", "modern-masters-2015");