mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fixed release date of M14 set.
This commit is contained in:
parent
a3e041e364
commit
eac3ca5074
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class Magic2014 extends ExpansionSet {
|
|||
}
|
||||
|
||||
private Magic2014() {
|
||||
super("Magic 2014", "M14", "mage.sets.magic2014", new GregorianCalendar(2013, 19, 7).getTime(), SetType.CORE);
|
||||
super("Magic 2014", "M14", "mage.sets.magic2014", new GregorianCalendar(2013, 7, 19).getTime(), SetType.CORE);
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
|
|
Loading…
Reference in a new issue