Fix verify

This commit is contained in:
PurpleCrowbar 2024-11-27 00:37:59 +00:00
parent 05c3a1e0f7
commit 9ee1579d05

View file

@ -1633,7 +1633,7 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("In the Trenches", 1729, Rarity.MYTHIC, mage.cards.i.InTheTrenches.class));
cards.add(new SetCardInfo("Sword of War and Peace", 1730, Rarity.MYTHIC, mage.cards.s.SwordOfWarAndPeace.class));
cards.add(new SetCardInfo("Iron Man, Titan of Innovation", 1731, Rarity.MYTHIC, mage.cards.i.IronManTitanOfInnovation.class));
cards.add(new SetCardInfo("Galvanic Blast", 1732, Rarity.UNCOMMON, mage.cards.g.GalvanicBlast.class));
cards.add(new SetCardInfo("Galvanic Blast", 1732, Rarity.RARE, mage.cards.g.GalvanicBlast.class));
cards.add(new SetCardInfo("Commander's Plate", 1733, Rarity.MYTHIC, mage.cards.c.CommandersPlate.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Sol Ring", 1734, Rarity.RARE, mage.cards.s.SolRing.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Inventors' Fair", 1735, Rarity.RARE, mage.cards.i.InventorsFair.class));