diff --git a/Libraries/SPTarkov.Server.Core/Helpers/ItemHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/ItemHelper.cs
index 19b79edc..ced82616 100644
--- a/Libraries/SPTarkov.Server.Core/Helpers/ItemHelper.cs
+++ b/Libraries/SPTarkov.Server.Core/Helpers/ItemHelper.cs
@@ -1,7 +1,6 @@
using System.Collections.Frozen;
using SPTarkov.DI.Annotations;
using SPTarkov.Server.Core.Exceptions.Helpers;
-using SPTarkov.Server.Core.Exceptions.Items;
using SPTarkov.Server.Core.Extensions;
using SPTarkov.Server.Core.Models.Common;
using SPTarkov.Server.Core.Models.Eft.Common;
@@ -905,8 +904,8 @@ public class ItemHelper(
}
///
- /// Regenerate all GUIDs with new IDs, except special item types (e.g. quest, sorting table, etc.) This
- /// function will not mutate the original items list, but will return a new list with new GUIDs.
+ /// Regenerate all GUIDs with new IDs, except special item types (e.g. quest, sorting table, etc.)
+ /// This function mutates the bot inventory list.
///
/// Inventory to replace Ids in
/// Insured items that should not have their IDs replaced