Typo in Aztec DLC XML

Smoo

Chieftain
Joined
Dec 21, 2010
Messages
29
Stumbled across this today while trying to learn the XML file structure...

In Aztec_Montezuma_GameplayData.xml:

<AiFavoredItems>
</AiFavoredITems>

The closing tag has an erroneous capitalized T. What effect does this have on the game? It doesn't prevent the Aztecs from working, clearly, but is it affecting anything else, like how the Aztecs value things? Or is the game smart enough to figure this out?
 
It doesn't really matter because Montezuma's AiFavoredItems end up in the database. The XmlParser used to read the xml just ignores the erroneous capitalized T.
 
Back
Top Bottom