diff --git a/Mage.Sets/src/mage/sets/bornofthegods/Nullify.java b/Mage.Sets/src/mage/sets/bornofthegods/Nullify.java index e2abae0b336..3c3bc2af126 100644 --- a/Mage.Sets/src/mage/sets/bornofthegods/Nullify.java +++ b/Mage.Sets/src/mage/sets/bornofthegods/Nullify.java @@ -48,7 +48,7 @@ public class Nullify extends CardImpl { static { filter.add(Predicates.or( - new CardTypePredicate(CardType.ENCHANTMENT), + new CardTypePredicate(CardType.CREATURE), new SubtypePredicate("Aura"))); }