diff --git a/Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java b/Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java index e3acbc5a046..729b21c495b 100644 --- a/Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java +++ b/Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java @@ -47,7 +47,6 @@ public class RampantGrowth extends CardImpl { this.expansionSetCode = "M10"; this.color.setGreen(true); TargetCardInLibrary target = new TargetCardInLibrary(new FilterBasicLandCard()); - this.getSpellAbility().addTarget(target); this.getSpellAbility().addEffect(new SearchLibraryPutInPlayEffect(target, true)); }