removed unused metadata from ExpansionSet

This commit is contained in:
North 2013-06-15 15:05:07 +03:00
parent df2fd3f68e
commit 4d16535709
85 changed files with 90 additions and 98 deletions

View file

@ -44,7 +44,7 @@ public class Prophecy extends ExpansionSet {
}
private Prophecy() {
super("Prophecy", "PCY", "", "mage.sets.prophecy", new GregorianCalendar(2000, 4, 27).getTime(), Constants.SetType.EXPANSION);
super("Prophecy", "PCY", "mage.sets.prophecy", new GregorianCalendar(2000, 4, 27).getTime(), Constants.SetType.EXPANSION);
this.blockName = "Masques";
this.parentSet = MercadianMasques.getInstance();
this.hasBasicLands = false;