Skip to content
Snippets Groups Projects
Commit 203e19df authored by MELERIX's avatar MELERIX
Browse files

BETA: Even the buffs that can't be stolen are shared with Servitors (thanks badboy29 for testing).

parent 04b8116e
No related branches found
No related tags found
No related merge requests found
......@@ -214,8 +214,7 @@ public class Continuous implements ISkillHandler
L2Summon summon = target.getPet();
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));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment