* Added method to set release date with natural month.

This commit is contained in:
LevelX2 2016-10-13 09:20:38 +02:00
parent 7d69c006c8
commit 6df19bd718

View file

@ -51,7 +51,7 @@ public class AetherRevolt extends ExpansionSet {
protected final List<CardInfo> savedSpecialLand = new ArrayList<>();
private AetherRevolt() {
super("Aether Revolt", "AER", "mage.sets.aetherrevolt", buildDate(2017, 1, 20), SetType.EXPANSION);
super("Aether Revolt", "AER", "mage.sets.aetherrevolt", ExpansionSet.buildDate(2017, 1, 20), SetType.EXPANSION);
this.blockName = "Kaladesh";
this.hasBoosters = true;
this.hasBasicLands = false;