mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
prevent verify failure
This commit is contained in:
parent
2f88c051bf
commit
85031c32ca
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public final class AvatarTheLastAirbender extends ExpansionSet {
|
|||
super("Avatar: The Last Airbender", "TLA", ExpansionSet.buildDate(2025, 11, 21), SetType.EXPANSION);
|
||||
this.blockName = "Avatar: The Last Airbender"; // for sorting in GUI
|
||||
this.rotationSet = true;
|
||||
this.hasBasicLands = false; // temporary
|
||||
this.hasBasicLands = true;
|
||||
|
||||
cards.add(new SetCardInfo("Appa, Steadfast Guardian", 10, Rarity.MYTHIC, mage.cards.a.AppaSteadfastGuardian.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Appa, Steadfast Guardian", 316, Rarity.MYTHIC, mage.cards.a.AppaSteadfastGuardian.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue