From: Liza Carvelli Date: Mon, 11 Nov 2024 21:05:16 +0000 (+0100) Subject: Remove All Saints Wake from active event list X-Git-Tag: v4.0~11 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=476e4c922faf1f2471ebcb575112c251659948b3;p=Questionable.git Remove All Saints Wake from active event list --- diff --git a/Questionable/Windows/QuestComponents/EventInfoComponent.cs b/Questionable/Windows/QuestComponents/EventInfoComponent.cs index fedeb045..d85e1f70 100644 --- a/Questionable/Windows/QuestComponents/EventInfoComponent.cs +++ b/Questionable/Windows/QuestComponents/EventInfoComponent.cs @@ -22,7 +22,6 @@ internal sealed class EventInfoComponent [SuppressMessage("ReSharper", "CollectionNeverUpdated.Local")] private readonly List _eventQuests = [ - new("All Saints' Wake", [new(5184), new(5185)], AtDailyReset(new(2024, 11, 4))), ]; private readonly QuestData _questData;