EffectScope end should be applied when ending effect.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user