Sync with L2jServer HighFive Mar 25th 2015.
This commit is contained in:
@@ -319,7 +319,7 @@ public final class BuffInfo
|
||||
if (task != null)
|
||||
{
|
||||
task.getScheduledFuture().cancel(true); // Don't allow to finish current run.
|
||||
_effected.getEffectList().remove(true, this); // Remove the buff from the effect list.
|
||||
_effected.getEffectList().stopSkillEffects(true, getSkill()); // Remove the buff from the effect list.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1488,8 +1488,9 @@ public final class Skill implements IIdentifiable
|
||||
}
|
||||
default:
|
||||
{
|
||||
for (L2Character target : (L2Character[]) targets)
|
||||
for (L2Object obj : targets)
|
||||
{
|
||||
final L2Character target = (L2Character) obj;
|
||||
if (Formulas.calcBuffDebuffReflection(target, this))
|
||||
{
|
||||
// if skill is reflected instant effects should be casted on target
|
||||
|
Reference in New Issue
Block a user