mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify error (the rest will be fixed once mtgjson updates)
This commit is contained in:
parent
89c5b54d32
commit
1c134ac2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ public final class TeenageMutantNinjaTurtlesEternal extends ExpansionSet {
|
|||
}
|
||||
|
||||
private TeenageMutantNinjaTurtlesEternal() {
|
||||
super("Teenage Mutant Ninja Turtles Commander", "TMC", ExpansionSet.buildDate(2026, 3, 6), SetType.EXPANSION);
|
||||
super("Teenage Mutant Ninja Turtles Eternal", "TMC", ExpansionSet.buildDate(2026, 3, 6), SetType.EXPANSION);
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Dark Ritual", 131, Rarity.MYTHIC, mage.cards.d.DarkRitual.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue