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

@ -13,7 +13,7 @@ public class Onslaught extends ExpansionSet {
}
private Onslaught() {
super("Onslaught", "ONS", "", "mage.sets.onslaught", new GregorianCalendar(2002, 10, 7).getTime(), Constants.SetType.EXPANSION);
super("Onslaught", "ONS", "mage.sets.onslaught", new GregorianCalendar(2002, 10, 7).getTime(), Constants.SetType.EXPANSION);
this.blockName = "Onslaught";
this.hasBoosters = true;
this.numBoosterLands = 1;