There's a mistake in InfoTooltipInclude.lua in AutoTips: the FreeBuilding column in the Buildings table refers to a building class, but the code refers to a building.
I have the line <FreeBuilding>BUILDINGCLASS_MEDICAL_LAB</FreeBuilding> in one of my wonders, which made the tech tree go
and made me go
... all because I didn't want to give up compatibility with CiVUP of course
Code:
{"FreeBuilding" , pBuildingInfo.FreeBuilding and Locale.ConvertTextKey(GameInfo.Building[COLOR="Red"]Classe[/COLOR]s[pBuildingInfo.FreeBuilding].Description) or false },
I have the line <FreeBuilding>BUILDINGCLASS_MEDICAL_LAB</FreeBuilding> in one of my wonders, which made the tech tree go
and made me go

... all because I didn't want to give up compatibility with CiVUP of course
