diff --git a/Mage.Sets/src/mage/cards/w/WindbriskHeights.java b/Mage.Sets/src/mage/cards/w/WindbriskHeights.java index 80328cceb9c..3f71e8d771f 100644 --- a/Mage.Sets/src/mage/cards/w/WindbriskHeights.java +++ b/Mage.Sets/src/mage/cards/w/WindbriskHeights.java @@ -36,7 +36,7 @@ public final class WindbriskHeights extends CardImpl { new HideawayPlayEffect(), WindbriskHeightsAttackersCondition.instance, "you may play the exiled card without paying its mana cost " + "if you attacked with three or more creatures this turn" - ), new ManaCostsImpl("{R}")); + ), new ManaCostsImpl("{W}")); ability.addCost(new TapSourceCost()); this.addAbility(ability, new PlayerAttackedWatcher()); }