From e2d0a114c11f1e537012a713141dfc6e41d492b4 Mon Sep 17 00:00:00 2001 From: theelk801 Date: Tue, 6 Jan 2026 09:35:30 -0500 Subject: [PATCH] fix verify failure --- Mage.Sets/src/mage/sets/LorwynEclipsed.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/LorwynEclipsed.java b/Mage.Sets/src/mage/sets/LorwynEclipsed.java index d00de10ac4e..b9e2cb28166 100644 --- a/Mage.Sets/src/mage/sets/LorwynEclipsed.java +++ b/Mage.Sets/src/mage/sets/LorwynEclipsed.java @@ -18,7 +18,7 @@ public final class LorwynEclipsed extends ExpansionSet { private LorwynEclipsed() { super("Lorwyn Eclipsed", "ECL", ExpansionSet.buildDate(2026, 1, 23), SetType.EXPANSION); this.blockName = "Lorwyn Eclipsed"; // for sorting in GUI - this.hasBasicLands = false; // temporary + this.hasBasicLands = true; cards.add(new SetCardInfo("Appeal to Eirdu", 5, Rarity.COMMON, mage.cards.a.AppealToEirdu.class)); cards.add(new SetCardInfo("Ashling's Command", 205, Rarity.RARE, mage.cards.a.AshlingsCommand.class, NON_FULL_USE_VARIOUS));