From c0e7733b1c4315db335c770ef8f7a46a73ad8438 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 28 Apr 2025 20:53:06 +0200 Subject: [PATCH] Remove Hatching-tide from current events --- Questionable/Windows/QuestComponents/EventInfoComponent.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Questionable/Windows/QuestComponents/EventInfoComponent.cs b/Questionable/Windows/QuestComponents/EventInfoComponent.cs index 6343d9f3..b86a7955 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 EventQuest("Hatching-tide", [new QuestId(5242), new QuestId(5243)], AtDailyReset(new(2025, 4, 24))), new EventQuest("Limited Time Items", [new UnlockLinkId(506)], DateTime.MaxValue), ]; -- 2.20.1