diff --git a/Mage.Sets/src/mage/sets/guildpact/IzzetGuildmage.java b/Mage.Sets/src/mage/sets/guildpact/IzzetGuildmage.java index fc224ec262..dbe752b3b3 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));