From: Liza Carvelli Date: Wed, 11 Sep 2024 15:36:53 +0000 (+0200) Subject: Remove the Rising from event quests X-Git-Tag: v3.3~23 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=c1c2b7861d9bab55be2614203d90878048963cb7;p=Questionable.git Remove the Rising from event quests --- diff --git a/Questionable/Windows/QuestComponents/EventInfoComponent.cs b/Questionable/Windows/QuestComponents/EventInfoComponent.cs index fa94117d..c0d84bc4 100644 --- a/Questionable/Windows/QuestComponents/EventInfoComponent.cs +++ b/Questionable/Windows/QuestComponents/EventInfoComponent.cs @@ -20,7 +20,6 @@ internal sealed class EventInfoComponent { private readonly List _eventQuests = [ - new("The Rising", [new(5015), new(5016)], AtDailyReset(new(2024, 9, 11))), ]; private readonly QuestData _questData;