mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Merge pull request #5942 from phulin/master
Fix Expansion // Explosion in June 2019 vintage cube.
This commit is contained in:
commit
0680462835
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ public class VintageCubeJune2019 extends DraftCube {
|
|||
cubeCards.add(new DraftCube.CardIdentity("Tropical Island", ""));
|
||||
cubeCards.add(new DraftCube.CardIdentity("Goblin Electromancer", ""));
|
||||
cubeCards.add(new DraftCube.CardIdentity("Dack Fayden", ""));
|
||||
cubeCards.add(new DraftCube.CardIdentity("Expansion", ""));
|
||||
cubeCards.add(new DraftCube.CardIdentity("Expansion // Explosion", ""));
|
||||
cubeCards.add(new DraftCube.CardIdentity("Thousand-Year Storm", ""));
|
||||
cubeCards.add(new DraftCube.CardIdentity("Scalding Tarn", ""));
|
||||
cubeCards.add(new DraftCube.CardIdentity("Spirebluff Canal", ""));
|
||||
|
|
Loading…
Reference in a new issue