Fix Thirst's card number

This commit is contained in:
LoneFox 2015-10-20 12:45:31 +03:00
parent 606bf4d6e0
commit ec9daf26a8

View file

@ -53,7 +53,7 @@ import mage.target.common.TargetCreaturePermanent;
public class Thirst extends CardImpl {
public Thirst(UUID ownerId) {
super(ownerId, 104, "Thirst", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{U}");
super(ownerId, 99, "Thirst", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{U}");
this.expansionSetCode = "MIR";
this.subtype.add("Aura");