Skip to content

Commit fdc003f

Browse files
committed
Version bump
1 parent bc6c31c commit fdc003f

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Valentiones 2026 instance support, huge thanks to Jaksuhn and the rest of the Punish team -alydev
2+
- temp disable seasonal event until new vbm version -alydev
23
- Changed "don't skip cutscenes" checkbox to also turn off text skip -alydev

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Condition="$(MSBuildProjectName) != 'GatheringPathRenderer'">
3-
<Version>14.206.0.0</Version>
3+
<Version>14.206.0.1</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>

QuestPaths/7.x - Dawntrail/Seasonal Events/Valentione's Day (2026)/5325_The Icing on the Cake.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"InteractionType": "SinglePlayerDuty",
6060
"SinglePlayerDutyOptions": {
6161
"Enabled": true,
62-
"TestedBossModVersion": "0.4.21.2"
62+
"TestedBossModVersion": "0.4.21.3"
6363
},
6464
"DialogueChoices": [
6565
{

Questionable/Windows/QuestComponents/EventInfoComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ internal sealed class EventInfoComponent(QuestData questData,
2929
private readonly List<EventQuest> _eventQuests =
3030
[
3131
new EventQuest("Limited Time Items", [new UnlockLinkId(568)], DateTime.MaxValue),
32-
new EventQuest("Valentione's Day 2026", [new QuestId(5325)], AtDailyReset(new DateOnly(2026,2,16))) // January 15, 2026 at 6:59 a.m. (PST)
32+
//new EventQuest("Valentione's Day 2026", [new QuestId(5325)], AtDailyReset(new DateOnly(2026,2,16))) // January 15, 2026 at 6:59 a.m. (PST)
3333
];
3434

3535
private readonly QuestData _questData = questData;

0 commit comments

Comments
 (0)