mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[VOW] added set
This commit is contained in:
parent
8a19074ad8
commit
653df7737b
5 changed files with 68 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
package org.mage.plugins.card.dl.sources;
|
||||
|
||||
import com.google.common.collect.ImmutableMap;
|
||||
import org.tritonus.share.ArraySet;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
|
@ -500,8 +499,9 @@ public class ScryfallImageSupportCards {
|
|||
add("AFR"); // Adventures in the Forgotten Realms
|
||||
add("AFC"); // Forgotten Realms Commander
|
||||
add("J21"); // Jumpstart: Historic Horizons
|
||||
add("MID"); // Innistrad, Midnight Hunt
|
||||
add("MID"); // Innistrad: Midnight Hunt
|
||||
add("MIC"); // Midnight Hunt Commander
|
||||
add("VOW"); // Innistrad: Crimson Vow
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue