if (activeChar.isMoving() && activeChar.isAttackingNow() && (bodyPart == L2Item.SLOT_LR_HAND || bodyPart == L2Item.SLOT_L_HAND || bodyPart == L2Item.SLOT_R_HAND))
{
L2Object target = activeChar.getTarget();
activeChar.setTarget(null);
activeChar.stopMove(null);
activeChar.setTarget(target);
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK);
}
// Don't allow to put formal wear