activeChar.addSkill(skill, true);
if(!SkillLearn.common && !SkillLearn.transformation)
{
activeChar.setSp(activeChar.getSp() - _requiredSp);
}
activeChar.updateStats();
activeChar.sendUserInfo(true);
//update all the shortcuts to this skill
if(_level > 1)
{
for(L2ShortCut sc : activeChar.getAllShortCuts())