From db28f0bc4383a9967d8a3244d5487cde8fdea9dc Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:01:22 -0400 Subject: [PATCH] Fix MongoIdTplGenerator quest key --- .../MongoIdTplGenerator/Generators/QuestTplMongoIdGenerator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {