activeChar.sendPacket(sm1);
_effect = activeChar.getChargeEffect();
if(_effect == null)
{
L2Skill dummy = SkillTable.getInstance().getInfo(_skill.getId(), _skill.getLevel());
if(dummy != null)
{
dummy.getEffects(activeChar, activeChar);
MagicSkillUser MSU = new MagicSkillUser(playable, activeChar, _skill.getId(), 1, 1, 0);
activeChar.sendPacket(MSU);
activeChar.destroyItemWithoutTrace("Consume", item.getObjectId(), 1, null, false);
}
return;