Skip to content

Commit

Permalink
Fix the date at which counties are given to holding owners (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Oct 10, 2024
1 parent 01ed617 commit 71ded39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/CK3/World.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public World(Imperator.World impWorld, Configuration config, Thread? irCoaExtrac
// Give counties to rulers and governors.
OverwriteCountiesHistory(impWorld.Countries, impWorld.JobsDB.Governorships, countyLevelCountries, countyLevelGovernorships, impWorld.Characters, impWorld.Provinces, CorrectedDate);
// Import holding owners as barons and counts.
LandedTitles.ImportImperatorHoldings(Provinces, impWorld.Characters, CorrectedDate);
LandedTitles.ImportImperatorHoldings(Provinces, impWorld.Characters, impWorld.EndDate);

LandedTitles.ImportDevelopmentFromImperator(Provinces, CorrectedDate, config.ImperatorCivilizationWorth);
LandedTitles.RemoveInvalidLandlessTitles(config.CK3BookmarkDate);
Expand Down

0 comments on commit 71ded39

Please sign in to comment.