mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Added method to set release date with natural month.
This commit is contained in:
parent
7d69c006c8
commit
6df19bd718
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue