Urza's Saga - courtesy of Backfir3

This commit is contained in:
BetaSteward 2012-01-27 21:36:36 -05:00
parent e50de69420
commit 1b965f358b
35 changed files with 2185 additions and 0 deletions

View file

@ -107,6 +107,7 @@ public class Sets extends HashMap<String, ExpansionSet> {
this.addSet(Tempest.getInstance());
this.addSet(TimeSpiral.getInstance());
this.addSet(TimeSpiralTimeshifted.getInstance());
this.addSet(UrzasSaga.getInstance());
this.addSet(Worldwake.getInstance());
this.addSet(Zendikar.getInstance());
}