Skip to content

Commit 3d7a70b

Browse files
authored
tenative fix start pointer of 4893
2 parents ec7b2de + 1c8b077 commit 3d7a70b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- possible fix to boygo follow(4886) -Kiarra
1+
- possible fix to begin point(4893) -Kiarra

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.205.16.0</Version>
3+
<Version>14.205.17.0</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>

QuestPaths/7.x - Dawntrail/MSQ/B-Kozama'uka2-Urqopacha2/4893_Pointing the Way.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
},
5353
"TerritoryId": 1187,
5454
"InteractionType": "WaitForNpcAtPosition",
55-
"Mount": true
55+
"Mount": true,
56+
"DelaySecondsAtStart": 2
5657
},
5758
{
5859
"DataId": 1046885,
@@ -62,7 +63,8 @@
6263
"Z": 613.08606
6364
},
6465
"TerritoryId": 1187,
65-
"InteractionType": "WaitForNpcAtPosition"
66+
"InteractionType": "WaitForNpcAtPosition",
67+
"DelaySecondsAtStart": 2
6668
},
6769
{
6870
"DataId": 1046885,

0 commit comments

Comments
 (0)