_log.info("L2CubicInstance: Action.run() skill " + type);
((L2SkillDrain) skill).useCubicSkill(L2CubicInstance.this, targets);
}
else
{
handler.useSkill(owner, skill, targets);
if (Config.DEBUG)
_log.info("L2CubicInstance: Action.run(); other handler");
}
}
}