diff --git a/GW2EIEvtcParser/EncounterLogic/FightLogic.cs b/GW2EIEvtcParser/EncounterLogic/FightLogic.cs index a91a21bb0..707eb3ce0 100644 --- a/GW2EIEvtcParser/EncounterLogic/FightLogic.cs +++ b/GW2EIEvtcParser/EncounterLogic/FightLogic.cs @@ -115,7 +115,7 @@ protected virtual void SetInstanceBuffs(ParsedEvtcLog log) { if (x.GetBuffGraphs(log).TryGetValue(SkillIDs.Emboldened, out BuffsGraphModel graph)) { - return graph.BuffChart.Where(y => y.IntersectSegment(log.FightData.FightStart, end).Max(y => y.Value); + return graph.BuffChart.Where(y => y.IntersectSegment(log.FightData.FightStart, end)).Max(y => y.Value); } else {