Split the cummulative Arena League set into the individual sets.

- Removed set ARENA
- Added sets PARL, PAL99, PAL00, PAL01, PAL02, PAL03, PAL04, PAL05, PAL06
This commit is contained in:
Thomas Hess 2020-01-20 21:38:54 +01:00
parent 2d68c60c31
commit aab0b2e2fa
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
14 changed files with 325 additions and 105 deletions

View file

@ -37,7 +37,7 @@ public final class MtgJson {
mtgJsonToXMageCodes.put("pGPX", "GPX");
mtgJsonToXMageCodes.put("pFNM", "FNMP");
mtgJsonToXMageCodes.put("pELP", "PELP");
mtgJsonToXMageCodes.put("pARL", "ARENA");
mtgJsonToXMageCodes.put("pARL", "PARL"); // TODO: What about the other Arena League sets (1999-2006)?
mtgJsonToXMageCodes.put("pALP", "PALP");
mtgJsonToXMageCodes.put("PO2", "P02");
mtgJsonToXMageCodes.put("DD3_JVC", "DD3JVC");