Ver código fonte

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

Zoey76 13 anos atrás
pai
commit
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;
 			}