소스 검색

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