Create DB version of Against; add passthroughs

This commit is contained in:
Matt Nadareski
2025-02-24 09:20:46 -05:00
parent 2cd17cd711
commit 1bed35c933
19 changed files with 198 additions and 68 deletions

View File

@@ -280,7 +280,7 @@ namespace SabreTools.DatTools
foreach (var item in items)
{
// Get the source associated with the item
var source = datFile.ItemsDB.GetSourceForItem(item.Key);
var source = datFile.GetSourceForItemDB(item.Key);
// Unmatched items will have a source ID of int.MaxValue, remove all others
if (source.Value?.Index != int.MaxValue)