[TLA] fix being labeled as a rotation set

This commit is contained in:
theelk801 2026-01-23 12:45:20 -05:00
parent 22dd0bc037
commit fcb1aaf5fd
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ public final class AvatarTheLastAirbender extends ExpansionSet {
private AvatarTheLastAirbender() {
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 = true;
this.enablePlayBooster(358);

View file

@ -18,7 +18,6 @@ public final class AvatarTheLastAirbenderEternal extends ExpansionSet {
private AvatarTheLastAirbenderEternal() {
super("Avatar: The Last Airbender Eternal", "TLE", ExpansionSet.buildDate(2025, 11, 21), SetType.SUPPLEMENTAL);
this.blockName = "Avatar: The Last Airbender"; // for sorting in GUI
this.rotationSet = true;
this.hasBasicLands = true;
cards.add(new SetCardInfo("Aang and Katara", 69, Rarity.RARE, mage.cards.a.AangAndKatara.class));