forked from External/mage
* Added method to set release date with natural month.
This commit is contained in:
parent
8765f6ec45
commit
c5bb536b46
185 changed files with 278 additions and 349 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue