@@ -5931,6 +5931,11 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
}
+ if (skill.isBad() && (skill.getTargetType() != L2TargetType.UNLOCKABLE))
+ {
+ getAI().clientStartAutoAttack();
+ }
+
// Notify the AI of the L2Character with EVT_FINISH_CASTING
getAI().notifyEvent(CtrlEvent.EVT_FINISH_CASTING);