diff --git a/Mage.Sets/src/mage/sets/LorwynEclipsed.java b/Mage.Sets/src/mage/sets/LorwynEclipsed.java index 3dba5a9e8a6..1cdcc0dff94 100644 --- a/Mage.Sets/src/mage/sets/LorwynEclipsed.java +++ b/Mage.Sets/src/mage/sets/LorwynEclipsed.java @@ -16,9 +16,9 @@ public final class LorwynEclipsed extends ExpansionSet { } private LorwynEclipsed() { - super("Lorwyn Eclipsed", "TLA", ExpansionSet.buildDate(2026, 1, 23), SetType.EXPANSION); + super("Lorwyn Eclipsed", "ECL", ExpansionSet.buildDate(2026, 1, 23), SetType.EXPANSION); this.blockName = "Lorwyn Eclipsed"; // for sorting in GUI - this.hasBasicLands = true; + this.hasBasicLands = false; // temporary cards.add(new SetCardInfo("Bitterbloom Bearer", 310, Rarity.MYTHIC, mage.cards.b.BitterbloomBearer.class, NON_FULL_USE_VARIOUS)); cards.add(new SetCardInfo("Bitterbloom Bearer", 352, Rarity.MYTHIC, mage.cards.b.BitterbloomBearer.class, NON_FULL_USE_VARIOUS));