diff --git a/Mage/src/mage/abilities/effects/common/PreventAllDamageToPlayersEffect.java b/Mage/src/mage/abilities/effects/common/PreventAllDamageToPlayersEffect.java index 97702b9b3e7..64a4eccfc09 100644 --- a/Mage/src/mage/abilities/effects/common/PreventAllDamageToPlayersEffect.java +++ b/Mage/src/mage/abilities/effects/common/PreventAllDamageToPlayersEffect.java @@ -44,7 +44,7 @@ import mage.players.Player; public class PreventAllDamageToPlayersEffect extends PreventionEffectImpl { public PreventAllDamageToPlayersEffect(Duration duration, boolean onlyCombat) { - super(duration); + super(duration, Integer.MAX_VALUE, onlyCombat); staticText = setText(); }