Error in XML code [1.0.3.142]

PawelS

Ancient Druid
Joined
Dec 11, 2003
Messages
2,811
Location
Poland
I found an error in assets\DLC\Expansion2\Gameplay\XML\Units\CIV5Units.xml

This line:
Code:
<Column name="PolicyType" type="text" reference="PolicyTypes(Type)" default="NULL"/>

Should be:
Code:
<Column name="PolicyType" type="text" reference="Policies(Type)" default="NULL"/>

The current version probably doesn't cause any problems in the game, but it causes an error when validating foreign keys in the database.
 
:lol: I was about to make the same report
Another small glitch: the default unit for galley class should be galley, not none...

It's not a bug - it's set to none so the civs can't build it, it's only for barbarians (who get it in the Civilization_UnitClassOverrides table).
 
Back
Top Bottom