forked from External/mage
Merge pull request #3454 from drmDev/add/welcomedeck2017
adding welcome deck 2017 (see #3453)
This commit is contained in:
commit
b62a15f68e
12 changed files with 119 additions and 57755 deletions
|
|
@ -38,7 +38,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"MED", "ME2", "ME3", "ME4",
|
||||
"POR", "PO2", "PTK",
|
||||
"ARC", "DD3EVG",
|
||||
"W16"};
|
||||
"W16", "W17"};
|
||||
|
||||
private static final String[] withMythics = {"M10", "M11", "M12", "M13", "M14", "M15", "ORI",
|
||||
"ANB",
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@ public enum MagicCardsImageSource implements CardImageSource {
|
|||
put("V16", "from-the-vault-lore");
|
||||
put("VMA", "vintage-masters");
|
||||
put("W16", "welcome-deck-2016");
|
||||
put("W17", "welcome-deck-2017");
|
||||
put("WMCQ", "world-magic-cup-qualifier");
|
||||
put("WWK", "worldwake");
|
||||
put("ZEN", "zendikar");
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ import java.util.concurrent.ExecutorService;
|
|||
import java.util.concurrent.Executors;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.prefs.Preferences;
|
||||
|
||||
import mage.client.MageFrame;
|
||||
import mage.client.dialog.PreferencesDialog;
|
||||
import mage.remote.Connection;
|
||||
|
|
@ -247,6 +246,7 @@ public enum WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("VIS", "Visions");
|
||||
setsAliases.put("VMA", "Vintage Masters");
|
||||
setsAliases.put("W16", "Welcome Deck 2016");
|
||||
setsAliases.put("W17", "Welcome Deck 2017");
|
||||
setsAliases.put("WMCQ", "World Magic Cup Qualifier");
|
||||
setsAliases.put("WTH", "Weatherlight");
|
||||
setsAliases.put("WWK", "Worldwake");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue