mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
fixed wrong set code
This commit is contained in:
parent
8eb5ce8012
commit
90bdae4153
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue