mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
[ZNE] added images download
This commit is contained in:
parent
608f6f7bd8
commit
9d72dad674
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue