Mantua and Padova dynasties still switched in 1.02
From db\dynasties.txt:
From config\province_names.csv:
And yes, I've seen in the game people in Mantua having "of Padova" dynasty and vice versa. One of the above is obviously switched. Probably the dynasty home provinces, since province names correspond correctly to the map.
From db\dynasties.txt:
Code:
dynasty = {
id = { type = 12 id = 100354 }
name = "of Padova"
province = { 354 }
}
dynasty = {
id = { type = 12 id = 100355 }
name = "of Mantua"
province = { 355 }
}
From config\province_names.csv:
Code:
PROV354;Mantua;;;;;;;;;;X
PROV355;Padua;;;;;;;;;;X
And yes, I've seen in the game people in Mantua having "of Padova" dynasty and vice versa. One of the above is obviously switched. Probably the dynasty home provinces, since province names correspond correctly to the map.
Upvote
0