From 999fdcd43ca82badbedc42578d3af7f3a7f684c9 Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 9 Jul 2023 10:09:32 +0100 Subject: [PATCH] Add event quest at level 25 --- QuestValidator.Common/Helpers/QuestNames.cs | 10 +++++----- QuestValidator.Common/Helpers/QuestRequirements.cs | 2 ++ QuestValidator.Common/Models/Quest.cs | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/QuestValidator.Common/Helpers/QuestNames.cs b/QuestValidator.Common/Helpers/QuestNames.cs index 15f8368..41d7c5c 100644 --- a/QuestValidator.Common/Helpers/QuestNames.cs +++ b/QuestValidator.Common/Helpers/QuestNames.cs @@ -1,7 +1,5 @@ using QuestValidator.Common.Models; using System.Collections.Generic; -using System.Linq.Expressions; -using System.Threading; namespace QuestValidator.Common.Helpers { @@ -339,10 +337,11 @@ namespace QuestValidator.Common.Helpers { Quest.ImportantPatient, "641dbfd7f43eda9d810d7137"}, { Quest.FailedSetup, "64916da7ad4e722c106f2345" }, { Quest.Hustle, "649567f359eab30d1b7c9585"}, - { Quest.Tourist, "649570491bb4d158bc4d0168" } + { Quest.Tourist, "649570491bb4d158bc4d0168" }, + { Quest.CocktailTasting, "649af47d717cb30e7e4b5e26" } }; -private static readonly Dictionary questNames = new Dictionary + private static readonly Dictionary questNames = new Dictionary { { "5936d90786f7742b1420ba5b", "Debut" }, { "5936da9e86f7742d65037edf", "Checking"}, @@ -676,7 +675,8 @@ private static readonly Dictionary questNames = new Dictionary