mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Fixed that PC2 mythic expansion symbol was not loaded.
This commit is contained in:
parent
0facaa8974
commit
010645b406
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
||||||
private static File outDir = DEFAULT_OUT_DIR;
|
private static File outDir = DEFAULT_OUT_DIR;
|
||||||
|
|
||||||
private static final String[] symbols = {"10E", "9ED", "8ED", "7ED", "6ED", "5ED", "4ED", "3ED", "2ED", "LEB", "LEA",
|
private static final String[] symbols = {"10E", "9ED", "8ED", "7ED", "6ED", "5ED", "4ED", "3ED", "2ED", "LEB", "LEA",
|
||||||
"HOP","PC2",
|
"HOP",
|
||||||
"ARN", "ATQ", "LEG", "DRK", "FEM", "HML",
|
"ARN", "ATQ", "LEG", "DRK", "FEM", "HML",
|
||||||
"ICE", "ALL", "CSP",
|
"ICE", "ALL", "CSP",
|
||||||
"MIR", "VIS", "WTH",
|
"MIR", "VIS", "WTH",
|
||||||
|
|
@ -37,7 +37,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
||||||
"ALA", "CON", "ARB",
|
"ALA", "CON", "ARB",
|
||||||
"ZEN", "WWK", "ROE",
|
"ZEN", "WWK", "ROE",
|
||||||
"SOM", "MBS", "NPH",
|
"SOM", "MBS", "NPH",
|
||||||
"CMD",
|
"CMD", "PC2",
|
||||||
"ISD", "DKA", "AVR",
|
"ISD", "DKA", "AVR",
|
||||||
"RTR", "GTC", "DGM"};
|
"RTR", "GTC", "DGM"};
|
||||||
private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>();
|
private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue