mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
fixed Bazaar of Wonder mana cost
This commit is contained in:
parent
aa3c860e23
commit
91c0c700cc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import mage.players.Player;
|
|||
public final class BazaarOfWonders extends CardImpl {
|
||||
|
||||
public BazaarOfWonders(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}{U}");
|
||||
|
||||
this.addSuperType(SuperType.WORLD);
|
||||
|
||||
|
|
Loading…
Reference in a new issue