I have created a new unti type and set up a level milestone for 5th level, but when the unit gets to 5th level nothing happens.
<LevelMilestone InternalName="L5">
<Level>5</Level>
<UnitStat_HitPoints>0</UnitStat_HitPoints>
<UnitStat_Attack>10</UnitStat_Attack>
<UnitStat_Defense>10</UnitStat_Defense>
<UnitStat_CombatSpeed>2</UnitStat_CombatSpeed>
<UnitStat_Strength>15.0</UnitStat_Strength>
<UnitStat_Wisdom>1.0</UnitStat_Wisdom>
<UnitStat_Dexterity>10.0</UnitStat_Dexterity>
<UnitStat_Intelligence>16.0</UnitStat_Intelligence>
<UnitStat_Charisma>1.0</UnitStat_Charisma>
<UnitStat_Constitution>20.0</UnitStat_Constitution>
<UnitStat_Sight>2</UnitStat_Sight>
<UnitStat_Essence>10</UnitStat_Essence>
</LevelMilestone>
What am I doing wrong?