hopefully fix a few more

This commit is contained in:
DarthArgus
2014-10-26 22:00:17 -07:00
parent 26cf7ecc67
commit 9db3229116
5 changed files with 6 additions and 23 deletions
@@ -3426,7 +3426,7 @@ void TangibleObject::clearCraftingManufactureSchematic(void)
if (container)
{
Container::ContainerErrorCode error = Container::CEC_Success;
CachedNetworkId schematicId = container->getObjectInSlot(
schematicId = container->getObjectInSlot(
getCraftingManufactureSchematicSlotId(), error);
}
else