mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
test: fixed verify test
This commit is contained in:
parent
43d7da9581
commit
1578ab7946
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ public final class BloomburrowCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Tetsuko Umezawa, Fugitive", 177, Rarity.UNCOMMON, mage.cards.t.TetsukoUmezawaFugitive.class));
|
||||
cards.add(new SetCardInfo("The Gitrog Monster", 88, Rarity.MYTHIC, mage.cards.t.TheGitrogMonster.class));
|
||||
cards.add(new SetCardInfo("Thopter Engineer", 204, Rarity.UNCOMMON, mage.cards.t.ThopterEngineer.class));
|
||||
cards.add(new SetCardInfo("Thought Vessel", 289, Rarity.UNCOMMON, mage.cards.t.ThoughtVessel.class));
|
||||
cards.add(new SetCardInfo("Thought Vessel", 289, Rarity.COMMON, mage.cards.t.ThoughtVessel.class));
|
||||
cards.add(new SetCardInfo("Thran Dynamo", 290, Rarity.UNCOMMON, mage.cards.t.ThranDynamo.class));
|
||||
cards.add(new SetCardInfo("Thriving Bluff", 346, Rarity.COMMON, mage.cards.t.ThrivingBluff.class));
|
||||
cards.add(new SetCardInfo("Thriving Grove", 347, Rarity.COMMON, mage.cards.t.ThrivingGrove.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue