From 2775d6e74a8009e26a746c4db7d460093904e1c2 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Tue, 23 Mar 2021 21:01:26 -0400 Subject: [PATCH] fixed another test failure --- Mage.Sets/src/mage/cards/d/DraconicRoar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/d/DraconicRoar.java b/Mage.Sets/src/mage/cards/d/DraconicRoar.java index d4eda4e9eb..6bcb892216 100644 --- a/Mage.Sets/src/mage/cards/d/DraconicRoar.java +++ b/Mage.Sets/src/mage/cards/d/DraconicRoar.java @@ -46,7 +46,7 @@ class DraconicRoarEffect extends OneShotEffect { DraconicRoarEffect() { super(Outcome.Benefit); staticText = "{this} deals 3 damage to target creature. If you revealed a Dragon card or controlled " + - "a Dragon as you cast this spell, {this} deals 3 damage to that creature’s controller."; + "a Dragon as you cast this spell, {this} deals 3 damage to that creature's controller."; } private DraconicRoarEffect(final DraconicRoarEffect effect) {