Skip to content
Snippets Groups Projects
Commit 1f54dcc0 authored by Zoey76's avatar Zoey76
Browse files

BETA: Minor fix for [8663], thanks UnAfraid for report.

parent b574801b
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public class Sweep implements ISkillHandler
boolean isSweeping;
for (L2Object tgt : targets)
{
if (!tgt.isAttackable())
if (!tgt.isL2Attackable())
{
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