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