Resolved set code clash between Mythic Edition and Masters Edition.

Both now use the code from Scryfall.
Converted line endings from CLRF to LF.
This commit is contained in:
Thomas Hess 2020-03-16 18:27:11 +01:00
parent 4ba92292e2
commit 0060846dab
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
2 changed files with 223 additions and 223 deletions

View file

@ -17,7 +17,7 @@ public final class MastersEdition extends ExpansionSet {
}
private MastersEdition() {
super("Masters Edition", "MED", ExpansionSet.buildDate(2007, 9, 10), SetType.MAGIC_ONLINE);
super("Masters Edition", "ME1", ExpansionSet.buildDate(2007, 9, 10), SetType.MAGIC_ONLINE);
this.hasBasicLands = true;
this.hasBoosters = true;
this.numBoosterLands = 1;

View file

@ -16,7 +16,7 @@ public final class MythicEdition extends ExpansionSet {
}
private MythicEdition() {
super("Mythic Edition", "MEDM", ExpansionSet.buildDate(2018, 10, 5), SetType.SUPPLEMENTAL); // MEDM cause MED uses for master edition
super("Mythic Edition", "MED", ExpansionSet.buildDate(2018, 10, 5), SetType.SUPPLEMENTAL);
this.hasBasicLands = false;
cards.add(new SetCardInfo("Ajani, Mentor of Heroes", "RA5", Rarity.MYTHIC, mage.cards.a.AjaniMentorOfHeroes.class));