|
@@ -214,8 +214,7 @@ public class Continuous implements ISkillHandler
|
|
L2Summon summon = target.getPet();
|
|
L2Summon summon = target.getPet();
|
|
if (summon != null && summon != activeChar && summon instanceof L2ServitorInstance && effects.length > 0)
|
|
if (summon != null && summon != activeChar && summon instanceof L2ServitorInstance && effects.length > 0)
|
|
{
|
|
{
|
|
- if (effects[0].canBeStolen())
|
|
|
|
- skill.getEffects(activeChar, target.getPet(), new Env(shld, ss, sps, bss));
|
|
|
|
|
|
+ skill.getEffects(activeChar, target.getPet(), new Env(shld, ss, sps, bss));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|