1
0
Fork 0

Remove the Rising from event quests

chore-fix-dt-dungeon-unlock
Liza 2024-09-11 17:36:53 +02:00
parent 72e66eef50
commit c1c2b7861d
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 0 additions and 1 deletions

View 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;