Fix card numbers of 4th edition Blessing and 5th edition Heal

This commit is contained in:
LoneFox 2015-08-29 17:53:44 +03:00
parent 4c446bd1c5
commit ff8d0dad87
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ public class Heal extends mage.sets.iceage.Heal {
public Heal(UUID ownerId) {
super(ownerId);
this.cardNumber = 309;
this.cardNumber = 308;
this.expansionSetCode = "5ED";
}

View file

@ -51,7 +51,7 @@ import mage.target.common.TargetCreaturePermanent;
public class Blessing extends CardImpl {
public Blessing(UUID ownerId) {
super(ownerId, 1, "Blessing", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{W}{W}");
super(ownerId, 259, "Blessing", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{W}{W}");
this.expansionSetCode = "4ED";
this.subtype.add("Aura");