Adjust European Land Program set abbreviation to match Scryfall.

This commit is contained in:
Thomas Hess 2020-01-16 19:28:15 +01:00
parent 5a21c7fadd
commit b56882091e
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
5 changed files with 6 additions and 5 deletions

View file

@ -36,7 +36,7 @@ public final class MtgJson {
mtgJsonToXMageCodes.put("pGRU", "GUR");
mtgJsonToXMageCodes.put("pGPX", "GPX");
mtgJsonToXMageCodes.put("pFNM", "FNMP");
mtgJsonToXMageCodes.put("pELP", "EURO");
mtgJsonToXMageCodes.put("pELP", "PELP");
mtgJsonToXMageCodes.put("pARL", "ARENA");
mtgJsonToXMageCodes.put("pALP", "PALP");
mtgJsonToXMageCodes.put("PO2", "P02");