diff --git a/EDPlayerJournal/BGS/TransactionParserContext.cs b/EDPlayerJournal/BGS/TransactionParserContext.cs index d7a7c50..4049ba4 100644 --- a/EDPlayerJournal/BGS/TransactionParserContext.cs +++ b/EDPlayerJournal/BGS/TransactionParserContext.cs @@ -229,7 +229,9 @@ internal class TransactionParserContext { CapitalShip = HaveSeenCapShip ? true : null, SpecOps = HaveSeenSpecOps ? true : null, EnemyCorrespondent = HaveSeenEnemyCorrespondent ? true : null, + AlliedCorrespondent = HaveSeenAlliedCorrespondent ? true : null, EnemyCaptain = HaveSeenEnemyCaptain ? true : null, + AlliedCaptain = HaveSeenAlliedCaptain ? true : null, }; zone.Entries.Add(e); transactions.Add(zone);