commit 032283fa94afa387bfba3aaf150ff4e769a695f4
parent 30fe12cee5b3876669f18a8ae9d6d63dc4955670
Author: Kevin Corvisier <git@kevincorvisier.fr>
Date: Thu, 7 Nov 2024 18:54:43 +0900
Fix MiddleSchool format not including Portal: Second Age cards
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/fr/kevincorvisier/mtg/gdb/ApplicationConfig.java b/src/main/java/fr/kevincorvisier/mtg/gdb/ApplicationConfig.java
@@ -27,7 +27,7 @@ public class ApplicationConfig
{
private static final Date MIDDLE_SCHOOL_EFFECTIVE_DATE = Date.from(new GregorianCalendar(2023, 5, 1).toInstant());
private static final Iterable<String> MIDDLE_SCHOOL_SETS = Set.of("4ED", "ICE", "CHR", "HML", "ALL", "MIR", "VIS", "5ED", "WTH", "POR", "TMP", "STH", "EXO",
- "P02", "USG", "ULG", "6ED", "UDS", "PTK", "S99", "MMQ", "NMS", "PCY", "S00", "INV", "PLS", "7ED", "APC", "ODY", "TOR", "JUD", "ONS", "LGN", "SCG",
+ "PO2", "USG", "ULG", "6ED", "UDS", "PTK", "S99", "MMQ", "NMS", "PCY", "S00", "INV", "PLS", "7ED", "APC", "ODY", "TOR", "JUD", "ONS", "LGN", "SCG",
"ATH", "BRB", "BTD", "DKM");
private static final List<String> MIDDLE_SCHOOL_BANNED_CARDS = List.of("Amulet of Quoz", "Balance", "Brainstorm", "Bronze Tablet", "Channel", "Dark Ritual",
"Demonic Consultation", "Flash", "Goblin Recruiter", "Imperial Seal", "Jeweled Bird", "Mana Crypt", "Mana Vault", "Memory Jar", "Mind’s Desire",