Merge pull request #2574 from fenhl/fix-set-codes-2

Fix set codes of 3 sets
This commit is contained in:
LevelX2 2016-11-10 12:48:10 +01:00 committed by GitHub
commit 02dd57d889
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ public class CommanderAnthology extends ExpansionSet {
}
private CommanderAnthology() {
super("Commander Anthology", "CMA2", ExpansionSet.buildDate(2017, 6, 9), SetType.SUPPLEMENTAL);
super("Commander Anthology", "CMA", ExpansionSet.buildDate(2017, 6, 9), SetType.SUPPLEMENTAL);
this.blockName = "Commander Anthology";
this.hasBasicLands = false;
}

View file

@ -45,7 +45,7 @@ public class CommandersArsenal extends ExpansionSet {
}
private CommandersArsenal() {
super("Commander's Arsenal", "CMA", ExpansionSet.buildDate(2012, 11, 2), SetType.SUPPLEMENTAL);
super("Commander's Arsenal", "CM1", ExpansionSet.buildDate(2012, 11, 2), SetType.SUPPLEMENTAL);
this.blockName = "Command Zone";
cards.add(new SetCardInfo("Chaos Warp", 1, Rarity.SPECIAL, mage.cards.c.ChaosWarp.class));
cards.add(new SetCardInfo("Command Tower", 2, Rarity.COMMON, mage.cards.c.CommandTower.class));

View file

@ -51,7 +51,7 @@ public class PortalSecondAge extends ExpansionSet {
}
private PortalSecondAge() {
super("Portal Second Age", "PO2", ExpansionSet.buildDate(1998, 6, 24), SetType.SUPPLEMENTAL);
super("Portal Second Age", "P02", ExpansionSet.buildDate(1998, 6, 24), SetType.SUPPLEMENTAL);
this.blockName = "Beginner";
this.hasBasicLands = true;
this.hasBoosters = true;

View file

@ -35,7 +35,7 @@ Champions of Kamigawa|CHK|
Chronicles|CHR|
Clash Pack|CLASH|
Commander Anthology|CMA|
Commander's Arsenal|CMA|
Commander's Arsenal|CM1|
Conspiracy: Take the Crown|CN2|
Conflux|CON|
Champs|CP|