From: Liza Carvelli Date: Mon, 28 Apr 2025 18:53:06 +0000 (+0200) Subject: Remove Hatching-tide from current events X-Git-Tag: v5.11~4 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=c0e7733b1c4315db335c770ef8f7a46a73ad8438;p=Questionable.git Remove Hatching-tide from current events --- 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), ];