From 7ff9059e6fb23bd29fd61e56fedc496b17e748d6 Mon Sep 17 00:00:00 2001 From: Muz Date: Mon, 26 Jan 2026 19:16:42 -0600 Subject: [PATCH] Fetch Lorwyn Eclipsed main set and commander set symbols (#14311) --- .../java/org/mage/plugins/card/dl/sources/GathererSets.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java index daef9997e42..e4fa34b3c06 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java @@ -67,7 +67,7 @@ public class GathererSets implements Iterable { "ME2", "ME3", "ME4", "POR", "P02", "PTK", "ARC", "DD3EVG", - "W16", "W17", + "W16", "W17", // "PALP" -- Gatherer does not have the set Asia Pacific Land Program // "ATH" -- has cards from many sets, symbol does not exist on gatherer // "CP", "DPA", "PELP", "PGPX", "PGRU", "H17", "JR", "SWS", // need to fix @@ -114,7 +114,7 @@ public class GathererSets implements Iterable { "MB2", "FDN", "INR", "J25", "DRC", "DFT", "TDC", "TDM", "FCA", "FIC", "FIN", "SIS", "SIR", "SLD", "AKR", "MD1", "ANB", "LTC", "BRR", "HA1", "HA2", "HA3", "HA4", "HA5", "ZNC", "EOE", "EOC", "SPE", "TLA", "EOS", - "MAR", "SPM" + "MAR", "SPM", "ECL", "ECC" // "HHO", "ANA" -- do not exist on gatherer };