mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Added Ixalan image download from mythic spoilers source.
This commit is contained in:
parent
20a3f6a2c6
commit
452c05543d
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,6 @@ public enum MythicspoilerComSource implements CardImageSource {
|
|||
private Map<String, Set<String>> cardNameAliasesStart;
|
||||
private final Map<String, Map<String, String>> sets;
|
||||
|
||||
|
||||
@Override
|
||||
public String getSourceName() {
|
||||
return "mythicspoiler.com";
|
||||
|
|
@ -72,6 +71,7 @@ public enum MythicspoilerComSource implements CardImageSource {
|
|||
sets = new LinkedHashMap<>();
|
||||
setsAliases = new HashMap<>();
|
||||
setsAliases.put("exp", "bfz");
|
||||
setsAliases.put("xln", "ixa");
|
||||
cardNameAliases = new HashMap<>();
|
||||
// set+wrong name from web side => correct card name
|
||||
cardNameAliases.put("MM2-otherwordlyjourney", "otherworldlyjourney");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue