Explorar o código

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

Zoey76 %!s(int64=13) %!d(string=hai) anos
pai
achega
1f54dcc09e

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/scripts/handlers/skillhandlers/Sweep.java

@@ -52,7 +52,7 @@ public class Sweep implements ISkillHandler
 		boolean isSweeping;
 		for (L2Object tgt : targets)
 		{
-			if (!tgt.isAttackable())
+			if (!tgt.isL2Attackable())
 			{
 				continue;
 			}