mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added GTC (gatecrash) to some objects and lists.
This commit is contained in:
parent
c083fae37b
commit
3b948a1e70
4 changed files with 4 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"ZEN", "WWK", "ROE",
|
||||
"SOM", "MBS", "NPH",
|
||||
"ISD", "DKA", "AVR",
|
||||
"RTR"};
|
||||
"RTR", "GTC"};
|
||||
private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>();
|
||||
|
||||
static {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
|
||||
|
||||
{
|
||||
put("GTC", "gatecrash");
|
||||
put("RTR", "return-to-ravnica");
|
||||
put("M13", "magic-2013");
|
||||
put("AVR", "avacyn-restored");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue