Add missing quest id for ASW

pull/89/head
Liza 2024-10-18 21:27:31 +02:00
parent bcfe07c03d
commit 8d2c4139f9
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ internal sealed class EventInfoComponent
[SuppressMessage("ReSharper", "CollectionNeverUpdated.Local")]
private readonly List<EventQuest> _eventQuests =
[
new("All Saints' Wake", [new(5184)], AtDailyReset(new(2024, 11, 4))),
new("All Saints' Wake", [new(5184), new(5185)], AtDailyReset(new(2024, 11, 4))),
];
private readonly QuestData _questData;