mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Aligned Guru Set code with Scryfall (GUR → PGRU).
This commit is contained in:
parent
3b150daf27
commit
da98ac82ed
7 changed files with 14 additions and 8 deletions
|
|
@ -34,7 +34,7 @@ public final class MtgJson {
|
|||
mtgJsonToXMageCodes.put("pMEI", "MBP");
|
||||
mtgJsonToXMageCodes.put("pGTW", "GRC"); // pGTW - Gateway = GRC (WPN + Gateway in one inner set)
|
||||
mtgJsonToXMageCodes.put("pWPN", "GRC"); // pWPN - Wizards Play Network = GRC (WPN + Gateway in one inner set)
|
||||
mtgJsonToXMageCodes.put("pGRU", "GUR");
|
||||
mtgJsonToXMageCodes.put("pGRU", "PGRU");
|
||||
mtgJsonToXMageCodes.put("pFNM", "FNMP");
|
||||
mtgJsonToXMageCodes.put("pELP", "PELP");
|
||||
mtgJsonToXMageCodes.put("pARL", "PARL"); // TODO: What about the other Arena League sets (1999-2006)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue