mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
small Ice Age numbering fix
This commit is contained in:
parent
52e7a45adb
commit
826778c235
1 changed files with 0 additions and 1 deletions
|
@ -249,7 +249,6 @@ public final class IceAge extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Mountain", 376, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 377, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 378, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain Titan", 377, Rarity.RARE, mage.cards.m.MountainTitan.class));
|
||||
cards.add(new SetCardInfo("Mudslide", 203, Rarity.RARE, mage.cards.m.Mudslide.class));
|
||||
cards.add(new SetCardInfo("Mystic Might", 86, Rarity.RARE, mage.cards.m.MysticMight.class));
|
||||
cards.add(new SetCardInfo("Mystic Remora", 87, Rarity.COMMON, mage.cards.m.MysticRemora.class));
|
||||
|
|
Loading…
Reference in a new issue