Fixed UnleashAbility, DevourEffect, Urabrask the Hidden, Due Respect, Orb of Dreams replacing EntersTheBattlefield instead of only modifying it.

This commit is contained in:
LevelX2 2013-02-24 10:53:25 +01:00
parent f0f52124d5
commit 12a5efa506
5 changed files with 3 additions and 5 deletions

View file

@ -150,7 +150,6 @@ public class DevourEffect extends ReplacementEffectImpl<DevourEffect> {
}
}
return true;
}
return false;
}