From 836a2f8facf7d1f33575a8ca74827c634868f691 Mon Sep 17 00:00:00 2001 From: L_J Date: Thu, 15 Feb 2018 00:01:36 +0000 Subject: [PATCH] Fix Dire Wolves --- Mage.Sets/src/mage/cards/d/DireWolves.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/d/DireWolves.java b/Mage.Sets/src/mage/cards/d/DireWolves.java index 68afc3082cb..224cb7f92bd 100644 --- a/Mage.Sets/src/mage/cards/d/DireWolves.java +++ b/Mage.Sets/src/mage/cards/d/DireWolves.java @@ -64,7 +64,7 @@ public class DireWolves extends CardImpl { // Dire Wolves has banding as long as you control a Plains. this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, - new ConditionalContinuousEffect(new GainAbilitySourceEffect(new BandingAbility()), new PermanentsOnTheBattlefieldCondition(filter), rule))); + new ConditionalContinuousEffect(new GainAbilitySourceEffect(BandingAbility.getInstance()), new PermanentsOnTheBattlefieldCondition(filter), rule))); } public DireWolves(final DireWolves card) {