mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* MTGOMarchCube2014 fixed two card name spelling mistakes.
This commit is contained in:
parent
2e7219de2f
commit
c3a5476bd4
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ public class MTGOMarchCube2014 extends DraftCube {
|
||||||
cubeCards.add(new CardIdentity("Terminus",""));
|
cubeCards.add(new CardIdentity("Terminus",""));
|
||||||
cubeCards.add(new CardIdentity("Wrath of God",""));
|
cubeCards.add(new CardIdentity("Wrath of God",""));
|
||||||
cubeCards.add(new CardIdentity("Phyrexian Metamorph",""));
|
cubeCards.add(new CardIdentity("Phyrexian Metamorph",""));
|
||||||
cubeCards.add(new CardIdentity("Ætherling",""));
|
cubeCards.add(new CardIdentity("AEtherling",""));
|
||||||
cubeCards.add(new CardIdentity("Augur of Bolas",""));
|
cubeCards.add(new CardIdentity("Augur of Bolas",""));
|
||||||
cubeCards.add(new CardIdentity("Consecrated Sphinx",""));
|
cubeCards.add(new CardIdentity("Consecrated Sphinx",""));
|
||||||
cubeCards.add(new CardIdentity("Coralhelm Commander",""));
|
cubeCards.add(new CardIdentity("Coralhelm Commander",""));
|
||||||
|
@ -737,7 +737,7 @@ public class MTGOMarchCube2014 extends DraftCube {
|
||||||
cubeCards.add(new CardIdentity("Kozilek, Butcher of Truth",""));
|
cubeCards.add(new CardIdentity("Kozilek, Butcher of Truth",""));
|
||||||
cubeCards.add(new CardIdentity("Ulamog, the Infinite Gyre",""));
|
cubeCards.add(new CardIdentity("Ulamog, the Infinite Gyre",""));
|
||||||
cubeCards.add(new CardIdentity("Emrakul, the Aeons Torn",""));
|
cubeCards.add(new CardIdentity("Emrakul, the Aeons Torn",""));
|
||||||
cubeCards.add(new CardIdentity("Æther Vial",""));
|
cubeCards.add(new CardIdentity("AEther Vial",""));
|
||||||
cubeCards.add(new CardIdentity("Elixir of Immortality",""));
|
cubeCards.add(new CardIdentity("Elixir of Immortality",""));
|
||||||
cubeCards.add(new CardIdentity("Pithing Needle",""));
|
cubeCards.add(new CardIdentity("Pithing Needle",""));
|
||||||
cubeCards.add(new CardIdentity("Relic of Progenitus",""));
|
cubeCards.add(new CardIdentity("Relic of Progenitus",""));
|
||||||
|
|
Loading…
Reference in a new issue