소스 검색

BETA: Minor typo fix with self effects:

Reported by: nBd, Hindi
Zoey76 11 년 전
부모
커밋
95a687fd56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      L2J_DataPack_BETA/dist/game/data/scripts/handlers/skillhandlers/Dummy.java

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

@@ -82,7 +82,7 @@ public class Dummy implements ISkillHandler
 			{
 				activeChar.stopSkillEffects(true, skill.getId());
 			}
-			skill.applyEffects(activeChar, activeChar);
+			skill.applyEffects(activeChar, null, activeChar, true, false, false, 0);
 		}
 		
 		if (skill.useSpiritShot())