[VOW] added set

This commit is contained in:
Evan Kranzler 2021-10-28 20:04:42 -04:00
parent 8a19074ad8
commit 653df7737b
5 changed files with 68 additions and 2 deletions

View file

@ -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
}
};