mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
fix verify failure
This commit is contained in:
parent
2633392807
commit
7f20d2fecb
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public class YearOfTheTiger2022 extends ExpansionSet {
|
|||
|
||||
cards.add(new SetCardInfo("Herald's Horn", 5, Rarity.RARE, mage.cards.h.HeraldsHorn.class));
|
||||
cards.add(new SetCardInfo("Jedit Ojanen", 2, Rarity.RARE, mage.cards.j.JeditOjanen.class));
|
||||
cards.add(new SetCardInfo("Snapdax, Apex of the Hunt", 3, Rarity.RARE, mage.cards.s.SnapdaxApexOfTheHunt.class));
|
||||
// cards.add(new SetCardInfo("Snapdax, Apex of the Hunt", 3, Rarity.RARE, mage.cards.s.SnapdaxApexOfTheHunt.class));
|
||||
cards.add(new SetCardInfo("Temur Sabertooth", 1, Rarity.RARE, mage.cards.t.TemurSabertooth.class));
|
||||
cards.add(new SetCardInfo("Yuriko, the Tiger's Shadow", 4, Rarity.RARE, mage.cards.y.YurikoTheTigersShadow.class));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue