mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
removed unused metadata from ExpansionSet
This commit is contained in:
parent
df2fd3f68e
commit
4d16535709
85 changed files with 90 additions and 98 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue