mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* Modern Masters set - Fixed wrong release date.
This commit is contained in:
parent
31a2f08efe
commit
2a5c80b393
3 changed files with 6 additions and 4 deletions
|
|
@ -29,8 +29,10 @@
|
|||
package mage.sets;
|
||||
|
||||
import java.util.GregorianCalendar;
|
||||
import mage.constants.SetType;
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.SetType;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -45,7 +47,7 @@ public class ModernMasters extends ExpansionSet {
|
|||
}
|
||||
|
||||
private ModernMasters() {
|
||||
super("Modern Masters", "MMA", "mage.sets.modernmasters", new GregorianCalendar(2016, 6, 7).getTime(), SetType.REPRINT);
|
||||
super("Modern Masters", "MMA", "mage.sets.modernmasters", new GregorianCalendar(2013, 6, 7).getTime(), SetType.REPRINT);
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue