Fixed some set release dates.

This commit is contained in:
LevelX2 2016-10-30 00:56:37 +02:00
parent 1e07e52774
commit 96f65da3a8
10 changed files with 37 additions and 39 deletions

View file

@ -27,10 +27,10 @@
*/
package mage.sets;
import mage.constants.SetType;
import mage.cards.CardGraphicInfo;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.cards.CardGraphicInfo;
import mage.constants.SetType;
/**
*
@ -45,7 +45,7 @@ public class Magic2013 extends ExpansionSet {
}
private Magic2013() {
super("Magic 2013", "M13", ExpansionSet.buildDate(2012, 6, 7), SetType.CORE);
super("Magic 2013", "M13", ExpansionSet.buildDate(2012, 7, 13), SetType.CORE);
this.hasBoosters = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;