Remove the Rising from event quests
authorLiza Carvelli <liza@carvel.li>
Wed, 11 Sep 2024 15:36:53 +0000 (17:36 +0200)
committerLiza Carvelli <liza@carvel.li>
Wed, 11 Sep 2024 15:36:53 +0000 (17:36 +0200)
Questionable/Windows/QuestComponents/EventInfoComponent.cs

index fa94117df301e41cbadc8dc67851e4d0a50fb16e..c0d84bc42d254be72a1ba823a884ef82446af50d 100644 (file)
@@ -20,7 +20,6 @@ internal sealed class EventInfoComponent
 {
     private readonly List<EventQuest> _eventQuests =
     [
-        new("The Rising", [new(5015), new(5016)], AtDailyReset(new(2024, 9, 11))),
     ];
 
     private readonly QuestData _questData;