From f2aa0773faad2013099ae0e0d1f3e96b37b7808b Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 7 Mar 2015 19:35:58 -0600 Subject: [PATCH] - Little fix to Dragonlord's Servant. --- Mage.Sets/src/mage/sets/dragonsoftarkir/DragonlordsServant.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/dragonsoftarkir/DragonlordsServant.java b/Mage.Sets/src/mage/sets/dragonsoftarkir/DragonlordsServant.java index e8fbd035388..3917aaa7f33 100644 --- a/Mage.Sets/src/mage/sets/dragonsoftarkir/DragonlordsServant.java +++ b/Mage.Sets/src/mage/sets/dragonsoftarkir/DragonlordsServant.java @@ -59,7 +59,7 @@ public class DragonlordsServant extends CardImpl { this.toughness = new MageInt(3); // Dragon spells you cast cost {1} less to cast. - this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SpellsCostReductionControllerEffect(filter, 2))); + this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SpellsCostReductionControllerEffect(filter, 1))); } public DragonlordsServant(final DragonlordsServant card) {