Skip to content
Snippets Groups Projects
Commit f7d544c6 authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

BETA: Sharing hero buffs with Servitors

parent a5d41f6d
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +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())
if (effects[0].canBeStolen() || skill.isHeroSkill())
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