New Building in Civolopedia but not on tech tree?

Yeah, it all looks spot on. Heres the text I have.

Spoiler :
<BuildingClassInfo>
<Type>BUILDINGCLASS_APIARY</Type>
<Description>TXT_KEY_BUILDING_APIARY</Description>
<iMaxGlobalInstances>-1</iMaxGlobalInstances>
<iMaxTeamInstances>-1</iMaxTeamInstances>
<iMaxPlayerInstances>-1</iMaxPlayerInstances>
<iExtraPlayerInstances>0</iExtraPlayerInstances>
<bNoLimit>0</bNoLimit>
<bMonument>0</bMonument>
<DefaultBuilding>BUILDING_APIARY</DefaultBuilding>
<VictoryThresholds/>
</BuildingClassInfo>
 
Solved... there was a \ or a / missing from one of the lines... the smallest detail makes all the difference. Thanks for the help though people.
 
Back
Top Bottom