[ZNE] added images download

This commit is contained in:
Oleg Agafonov 2021-02-27 22:16:19 +04:00
parent 608f6f7bd8
commit 9d72dad674
2 changed files with 1 additions and 1 deletions

View file

@ -489,6 +489,7 @@ public class ScryfallImageSupportCards {
add("AKR"); // Amonkhet Remastered
add("ZNR"); // Zendikar Rising
add("ZNC"); // Zendikar Rising Commander
add("ZNE"); // Zendikar Rising Expeditions
add("CMR"); // Commander Legends
add("CC1"); // Commander Collection: Green
add("KHM"); // Kaldheim

View file

@ -4,7 +4,6 @@ import mage.constants.PhaseStep;
import mage.constants.SubType;
import mage.constants.Zone;
import mage.counters.CounterType;
import org.junit.Ignore;
import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase;