diff --git a/SabreTools.DatFiles/DatFile.cs b/SabreTools.DatFiles/DatFile.cs index dd564f7f..5d9e516c 100644 --- a/SabreTools.DatFiles/DatFile.cs +++ b/SabreTools.DatFiles/DatFile.cs @@ -275,13 +275,13 @@ namespace SabreTools.DatFiles /// Get the index and machine associated with an item index /// public KeyValuePair GetMachineForItemDB(long itemIndex) - => GetMachineForItemDB(itemIndex); + => ItemsDB.GetMachineForItem(itemIndex); /// /// Get the index and source associated with an item index /// public KeyValuePair GetSourceForItemDB(long itemIndex) - => GetSourceForItemDB(itemIndex); + => ItemsDB.GetSourceForItem(itemIndex); /// /// Remove a key from the file dictionary if it exists