diff --git a/EDPlayerJournal/BGS/TransactionParser.cs b/EDPlayerJournal/BGS/TransactionParser.cs index a15779f..cbab466 100644 --- a/EDPlayerJournal/BGS/TransactionParser.cs +++ b/EDPlayerJournal/BGS/TransactionParser.cs @@ -77,6 +77,12 @@ internal class TransactionParserContext { ulong highest = HighestCombatBond ?? 0; string? faction = LastRecordedAwardingFaction; + if (HighestCombatBond == null && + LastRecordedAwardingFaction == null && + HaveSeenAXWarzoneNPC == false) { + return; + } + if (OnFootKills > 0) { cztype = CombatZones.GroundCombatZone; // High on foot combat zones have enforcers that bring 80k a pop