mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[SLD] fixed numbering
This commit is contained in:
parent
b0a2abb205
commit
ac63d6e0c0
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ public class SecretLairDrop extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Brainstorm", 582, Rarity.RARE, mage.cards.b.Brainstorm.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Terramorphic Expanse", 585, Rarity.RARE, mage.cards.t.TerramorphicExpanse.class));
|
||||
cards.add(new SetCardInfo("Arcane Signet", 589, Rarity.RARE, mage.cards.a.ArcaneSignet.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Crash Through", 594, Rarity.RARE, mage.cards.c.CrashThrough.class));
|
||||
cards.add(new SetCardInfo("Crash Through", 591, Rarity.RARE, mage.cards.c.CrashThrough.class));
|
||||
cards.add(new SetCardInfo("Eldrazi Monument", 603, Rarity.MYTHIC, mage.cards.e.EldraziMonument.class));
|
||||
cards.add(new SetCardInfo("Ornithopter", 604, Rarity.RARE, mage.cards.o.Ornithopter.class));
|
||||
cards.add(new SetCardInfo("Panharmonicon", 605, Rarity.RARE, mage.cards.p.Panharmonicon.class));
|
||||
|
|
Loading…
Reference in a new issue