mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Test: fixed mage-verify tests
This commit is contained in:
parent
525107e212
commit
bc3274b144
2 changed files with 10 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ public final class MtgJson {
|
|||
mtgJsonToXMageCodes.put("DD3_EVG", "DD3EVG");
|
||||
mtgJsonToXMageCodes.put("DD3_DVD", "DDC");
|
||||
mtgJsonToXMageCodes.put("NMS", "NEM");
|
||||
mtgJsonToXMageCodes.put("MPS_AKH", "MPS-AKH");
|
||||
|
||||
|
||||
// revert search
|
||||
for(Map.Entry<String, String> entry: mtgJsonToXMageCodes.entrySet()){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue