mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fix Apocalypse release date
This commit is contained in:
parent
838f4ca0d3
commit
dd1d508b17
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class Apocalypse extends ExpansionSet {
|
|||
}
|
||||
|
||||
private Apocalypse() {
|
||||
super("Apocalypse", "APC", "", "mage.sets.apocalypse", new GregorianCalendar(2009, 5, 1).getTime(), Constants.SetType.EXPANSION);
|
||||
super("Apocalypse", "APC", "", "mage.sets.apocalypse", new GregorianCalendar(2001, 5, 1).getTime(), Constants.SetType.EXPANSION);
|
||||
this.blockName = "Invasion";
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 0;
|
||||
|
|
Loading…
Reference in a new issue