else if (target instanceof L2NpcInstance)
{
L2NpcInstance npc = (L2NpcInstance) target;
oldName = npc.getName();
npc.setName(val);
npc.updateAbnormalEffect();
}
if (oldName == null)
{
activeChar.sendPacket(new SystemMessage(SystemMessageId.INCORRECT_TARGET));