diff --git a/Tools/MongoIdTplGenerator/Generators/QuestTplMongoIdGenerator.cs b/Tools/MongoIdTplGenerator/Generators/QuestTplMongoIdGenerator.cs index 37c81115..e55862ca 100644 --- a/Tools/MongoIdTplGenerator/Generators/QuestTplMongoIdGenerator.cs +++ b/Tools/MongoIdTplGenerator/Generators/QuestTplMongoIdGenerator.cs @@ -1,5 +1,6 @@ using MongoIdTplGenerator.Utils; using SPTarkov.DI.Annotations; +using SPTarkov.Server.Core.Models.Common; using SPTarkov.Server.Core.Models.Eft.Common.Tables; using SPTarkov.Server.Core.Models.Utils; using SPTarkov.Server.Core.Servers; @@ -19,7 +20,7 @@ public class QuestTplMongoIdGenerator( ) : IMongoIdGenerator { private string? _enumDir; - private Dictionary? _quests; + private Dictionary? _quests; public Task Run() {