mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
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:
parent
2d68c60c31
commit
aab0b2e2fa
14 changed files with 325 additions and 105 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue