fixed wrong set code

This commit is contained in:
BetaSteward 2011-08-12 10:52:08 -04:00
parent 8eb5ce8012
commit 90bdae4153

View file

@ -50,7 +50,7 @@ public class MelirasKeepers extends CardImpl<MelirasKeepers> {
public MelirasKeepers(UUID ownerId) {
super(ownerId, 83, "Melira's Keepers", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{4}{G}");
this.expansionSetCode = "M11";
this.expansionSetCode = "MBS";
this.subtype.add("Human");
this.subtype.add("Warrior");
this.color.setGreen(true);