* Added method to set release date with natural month.

This commit is contained in:
LevelX2 2016-10-13 02:06:51 +02:00
parent 8765f6ec45
commit c5bb536b46
185 changed files with 278 additions and 349 deletions

View file

@ -46,7 +46,7 @@ public class Guildpact extends ExpansionSet {
}
private Guildpact() {
super("Guildpact", "GPT", "mage.sets.guildpact", new GregorianCalendar(2006, 1, 3).getTime(), SetType.EXPANSION);
super("Guildpact", "GPT", "mage.sets.guildpact", ExpansionSet.buildDate(2006, 1, 3), SetType.EXPANSION);
this.blockName = "Ravnica";
this.parentSet = RavnicaCityOfGuilds.getInstance();
this.hasBasicLands = false;