Add more IDDB accessors; make more IDDB variants of methods

This commit is contained in:
Matt Nadareski
2024-03-19 23:35:29 -04:00
parent efc184627a
commit c2ca5a0a6d
7 changed files with 418 additions and 72 deletions

View File

@@ -209,7 +209,7 @@ namespace SabreTools.Filtering
foreach (string key in keys)
{
// For every item in the current key
var items = datFile.ItemsDB.GetDatItemsForBucket(key);
var items = datFile.ItemsDB.GetItemsForBucket(key);
if (items == null)
continue;