if(rp == null)
{
activeChar.sendActionFailed();
return;
}
activeChar.unregisterRecipe(_RecipeID);
RecipeBookItemList response = new RecipeBookItemList(rp.isDwarvenRecipe(), (int) activeChar.getCurrentMp());
response.setRecipes(activeChar.getDwarvenRecipeBook());
activeChar.sendPacket(response);
}
}