diff --git a/LegendaryExplorer/LegendaryExplorerCore/Sound/Wwise/WwiseHelper.cs b/LegendaryExplorer/LegendaryExplorerCore/Sound/Wwise/WwiseHelper.cs index eb6a6ad58c..dc01630c60 100644 --- a/LegendaryExplorer/LegendaryExplorerCore/Sound/Wwise/WwiseHelper.cs +++ b/LegendaryExplorer/LegendaryExplorerCore/Sound/Wwise/WwiseHelper.cs @@ -54,6 +54,7 @@ public static void UpdateReferencedWwiseEventLengths(ExportEntry wwiseStreamExpo tlkId = parsed; specifyByGender = wwiseStreamExport.ObjectName.Name.Contains("player_", StringComparison.OrdinalIgnoreCase); isFemaleStream = splits[i + 1] == "f"; + break; // assume first int we find is the tlk id } } if (tlkId == 0) return;