From c3412211d308400df76e2fc35020f81acec44bb2 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Tue, 8 Jan 2013 00:14:57 +0100 Subject: [PATCH] Fixed wrong card numbe rof Feast of Worms. --- Mage.Sets/src/mage/sets/championsofkamigawa/FeastOfWorms.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/championsofkamigawa/FeastOfWorms.java b/Mage.Sets/src/mage/sets/championsofkamigawa/FeastOfWorms.java index a75efc1b0b8..0c3b6bc7c14 100644 --- a/Mage.Sets/src/mage/sets/championsofkamigawa/FeastOfWorms.java +++ b/Mage.Sets/src/mage/sets/championsofkamigawa/FeastOfWorms.java @@ -53,7 +53,7 @@ import mage.target.common.TargetLandPermanent; public class FeastOfWorms extends CardImpl { public FeastOfWorms (UUID ownerId) { - super(ownerId, 216, "Feast of Worms", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{3}{G}{G}"); + super(ownerId, 207, "Feast of Worms", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{3}{G}{G}"); this.expansionSetCode = "CHK"; this.subtype.add("Arcane"); this.color.setGreen(true);