* Modern Masters set - Fixed wrong release date.

This commit is contained in:
LevelX2 2013-09-26 07:35:29 +02:00
parent 31a2f08efe
commit 2a5c80b393
3 changed files with 6 additions and 4 deletions

View file

@ -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;