mirror of
https://github.com/correl/mage.git
synced 2025-04-08 17:00:07 -09:00
MTG Cube - Fixed wrong name of Fire // Ice.
This commit is contained in:
parent
d99d35b9c9
commit
ed3b63652f
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ public class MTGCube extends DraftCube {
|
|||
cubeCards.add(new CardIdentity("Falkenrath Aristocrat", ""));
|
||||
cubeCards.add(new CardIdentity("Fauna Shaman", ""));
|
||||
cubeCards.add(new CardIdentity("Figure of Destiny", ""));
|
||||
cubeCards.add(new CardIdentity("Fire // Ice ", ""));
|
||||
cubeCards.add(new CardIdentity("Fire // Ice", ""));
|
||||
cubeCards.add(new CardIdentity("Fire Imp", ""));
|
||||
cubeCards.add(new CardIdentity("Firebolt", ""));
|
||||
cubeCards.add(new CardIdentity("Firedrinker Satyr", ""));
|
||||
|
|
Loading…
Add table
Reference in a new issue