From c5960cf4e92645196d339046ef7e5eb96ce2af8a Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Mon, 14 Dec 2015 14:33:02 +0100 Subject: [PATCH] * Izzet Guildmage - Fixed wrong rule text for second ability (instant instead of sorcery). --- Mage.Sets/src/mage/sets/guildpact/IzzetGuildmage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/guildpact/IzzetGuildmage.java b/Mage.Sets/src/mage/sets/guildpact/IzzetGuildmage.java index fc224ec262f..dbe752b3b39 100644 --- a/Mage.Sets/src/mage/sets/guildpact/IzzetGuildmage.java +++ b/Mage.Sets/src/mage/sets/guildpact/IzzetGuildmage.java @@ -52,7 +52,7 @@ import mage.target.TargetSpell; public class IzzetGuildmage extends CardImpl { private static final FilterSpell filterInstant = new FilterSpell("instant spell you control with converted mana cost 2 or less"); - private static final FilterSpell filterSorcery = new FilterSpell("instant spell you control with converted mana cost 2 or less"); + private static final FilterSpell filterSorcery = new FilterSpell("sorcery spell you control with converted mana cost 2 or less"); static { filterInstant.add(new CardTypePredicate(CardType.INSTANT));