Browse Source

BETA: Minor typo fix with self effects:

Reported by: nBd, Hindi
Zoey76 11 years ago
parent
commit
95a687fd56

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