Forráskód Böngészése

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

MELERIX 13 éve
szülő
commit
203e19dfee

+ 1 - 2
L2J_DataPack_BETA/dist/game/data/scripts/handlers/skillhandlers/Continuous.java

@@ -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));
 					}
 				}