瀏覽代碼

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