diff --git a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/CharEffectList.java b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/CharEffectList.java index f8e1cf6833..9e45f81a1a 100644 --- a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/CharEffectList.java +++ b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/CharEffectList.java @@ -702,10 +702,7 @@ public final class CharEffectList // Decrease specific buff count increaseDecreaseCount(info, false); - if (!removed) - { - info.getSkill().applyEffectScope(EffectScope.END, info, true, false); - } + info.getSkill().applyEffectScope(EffectScope.END, info, true, false); } } diff --git a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/CharEffectList.java b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/CharEffectList.java index f8e1cf6833..9e45f81a1a 100644 --- a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/CharEffectList.java +++ b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/CharEffectList.java @@ -702,10 +702,7 @@ public final class CharEffectList // Decrease specific buff count increaseDecreaseCount(info, false); - if (!removed) - { - info.getSkill().applyEffectScope(EffectScope.END, info, true, false); - } + info.getSkill().applyEffectScope(EffectScope.END, info, true, false); } } diff --git a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/CharEffectList.java b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/CharEffectList.java index f8e1cf6833..9e45f81a1a 100644 --- a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/CharEffectList.java +++ b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/CharEffectList.java @@ -702,10 +702,7 @@ public final class CharEffectList // Decrease specific buff count increaseDecreaseCount(info, false); - if (!removed) - { - info.getSkill().applyEffectScope(EffectScope.END, info, true, false); - } + info.getSkill().applyEffectScope(EffectScope.END, info, true, false); } } diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/CharEffectList.java b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/CharEffectList.java index f8e1cf6833..9e45f81a1a 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/CharEffectList.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/CharEffectList.java @@ -702,10 +702,7 @@ public final class CharEffectList // Decrease specific buff count increaseDecreaseCount(info, false); - if (!removed) - { - info.getSkill().applyEffectScope(EffectScope.END, info, true, false); - } + info.getSkill().applyEffectScope(EffectScope.END, info, true, false); } }