mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Remove unofficial Eighth Edition Box and Ninth Edition Box sets
This commit is contained in:
parent
646600665f
commit
aac6518c1b
6 changed files with 5 additions and 91 deletions
|
|
@ -24,8 +24,6 @@ public final class MtgJsonService {
|
|||
for (Map.Entry<String, String> entry : mtgJsonToXMageCodes.entrySet()) {
|
||||
xMageToMtgJsonCodes.put(entry.getValue(), entry.getKey());
|
||||
}
|
||||
xMageToMtgJsonCodes.put("8EB", "8ED");
|
||||
xMageToMtgJsonCodes.put("9EB", "9ED");
|
||||
}
|
||||
|
||||
private static Map<String, MtgJsonCard> loadAllCards() throws IOException {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue