浏览代码

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

MELERIX 13 年之前
父节点
当前提交
203e19dfee
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      L2J_DataPack_BETA/dist/game/data/scripts/handlers/skillhandlers/Continuous.java

+ 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();
 					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));
 					}
 					}
 				}
 				}