Skip to content
Snippets Groups Projects
Commit 61dc058f authored by MELERIX's avatar MELERIX
Browse files

BETA: Forgot to remove this too.

parent 449c2e76
No related branches found
No related tags found
No related merge requests found
......@@ -43,12 +43,6 @@ public class ManaHeal implements ISkillHandler
{
for (L2Character target: (L2Character[]) targets)
{
// if skill power is "0 or less" don't show heal system message.
if (skill.getPower() <= 0)
{
continue;
}
if (target.isInvul())
continue;
......
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