Disable great people that comes with Wonder completion

Gen. Maximus

Warlord
Joined
Sep 7, 2002
Messages
160
Location
Lordaeron & Azeroth
How does one disable great generals, artiest, scientist etc that comes free when Wonder like Brandenberg or Lourve is completed. I do not see any relevant free people line of code under each respective xml entry.
For Hagia Sofia I see this, which i can zero via Modbuddy
<FreeGreatPeople>1</FreeGreatPeople>

but I do not see anything similar for Brandenberg or Lourve.
 
Look harder then ;)

Code:
	<Building_FreeUnits>
		<Row>
			<BuildingType>BUILDING_BRANDENBURG_GATE</BuildingType>
			<UnitType>UNIT_GREAT_GENERAL</UnitType>
			<NumUnits>1</NumUnits>
		</Row>
		<Row>
			<BuildingType>BUILDING_PORCELAIN_TOWER</BuildingType>
			<UnitType>UNIT_SCIENTIST</UnitType>
			<NumUnits>1</NumUnits>
		</Row>
		<Row>
			<BuildingType>BUILDING_LOUVRE</BuildingType>
			<UnitType>UNIT_ARTIST</UnitType>
			<NumUnits>2</NumUnits>
		</Row>
		<Row>
			<BuildingType>BUILDING_PYRAMID</BuildingType>
			<UnitType>UNIT_WORKER</UnitType>
			<NumUnits>2</NumUnits>
		</Row>
	</Building_FreeUnits>
 
THANKSSSS!! :) Must have been an ez question!
 
Back
Top Bottom