forked from External/mage
Fixed some set release dates.
This commit is contained in:
parent
1e07e52774
commit
96f65da3a8
10 changed files with 37 additions and 39 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue