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