From: Liza Carvelli Date: Sat, 8 Mar 2025 01:12:06 +0000 (+0100) Subject: Rename event category X-Git-Tag: v4.24~4 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=4597afa50bfd4d29c6d59b24bd1f2a3cf9b5a718;p=Questionable.git Rename event category --- diff --git a/Questionable/Windows/QuestComponents/EventInfoComponent.cs b/Questionable/Windows/QuestComponents/EventInfoComponent.cs index 5d6bbc95..7d9da68e 100644 --- a/Questionable/Windows/QuestComponents/EventInfoComponent.cs +++ b/Questionable/Windows/QuestComponents/EventInfoComponent.cs @@ -22,7 +22,7 @@ internal sealed class EventInfoComponent [SuppressMessage("ReSharper", "CollectionNeverUpdated.Local")] private readonly List _eventQuests = [ - new("Valentione's Day", [new(5237), new(5238)], AtDailyReset(new(2025, 3, 17))), + new("Little Ladies' Day", [new(5237), new(5238)], AtDailyReset(new(2025, 3, 17))), ]; private readonly QuestData _questData;