Skip to content
Snippets Groups Projects
Commit 65972dc6 authored by Adry_85's avatar Adry_85
Browse files

BETA: Restore lethal for Banish Undead, Banish Seraph and Turn Undead after [9604].

parent 2748db7c
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,9 @@ public class Continuous implements ISkillHandler
{
activeChar.sendPacket(SystemMessageId.ATTACK_FAILED);
}
// Possibility of a lethal strike (Banish Undead, Banish Seraph, Turn Undead)
Formulas.calcLethalHit(activeChar, target, skill);
}
// self Effect :]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment