mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fix Expansion // Explosion in June 2019 vintage cube.
Card was misnamed as just "Expansion."
This commit is contained in:
parent
0cf758ea5e
commit
18fdb352b8
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