diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs index 35fe9e41..9daea821 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs @@ -117,6 +117,9 @@ public record Quest [JsonPropertyName("arenaLocations")] public List? ArenaLocations { get; set; } + [JsonPropertyName("dialogueId")] + public MongoId? DialogueId { get; set; } + /// /// Status of quest to player ///