From: Liza Carvelli Date: Fri, 18 Oct 2024 19:27:31 +0000 (+0200) Subject: Add missing quest id for ASW X-Git-Tag: v3.12~20 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=8d2c4139f92541f6e2605217a841655f8459d7dc;p=Questionable.git Add missing quest id for ASW --- diff --git a/Questionable/Windows/QuestComponents/EventInfoComponent.cs b/Questionable/Windows/QuestComponents/EventInfoComponent.cs index cfe50792..fedeb045 100644 --- a/Questionable/Windows/QuestComponents/EventInfoComponent.cs +++ b/Questionable/Windows/QuestComponents/EventInfoComponent.cs @@ -22,7 +22,7 @@ internal sealed class EventInfoComponent [SuppressMessage("ReSharper", "CollectionNeverUpdated.Local")] private readonly List _eventQuests = [ - new("All Saints' Wake", [new(5184)], AtDailyReset(new(2024, 11, 4))), + new("All Saints' Wake", [new(5184), new(5185)], AtDailyReset(new(2024, 11, 4))), ]; private readonly QuestData _questData;