mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
fix verify failure
This commit is contained in:
parent
8654e84a81
commit
e2d0a114c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue