fixed Bazaar of Wonder mana cost

This commit is contained in:
Evan Kranzler 2018-06-05 19:34:45 -04:00
parent aa3c860e23
commit 91c0c700cc

View file

@ -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);