mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Fix Thirst's card number
This commit is contained in:
parent
606bf4d6e0
commit
ec9daf26a8
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue