Skip to content

Commit b7f6699

Browse files
authored
fix 1590
1 parent 4548b73 commit b7f6699

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Dailies checked
1+
- Fix 1590 -Kiarra

Directory.Build.targets

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

QuestPaths/3.x - Heavensward/MSQ/A1-Coerthas Western Highlands 1, Sea of Clouds 1/1590_Onwards and Upwards.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
3-
"Author": "JerryWester",
3+
"Author": [
4+
"JerryWester",
5+
"Kiarra"
6+
],
47
"QuestSequence": [
58
{
69
"Sequence": 0,
@@ -32,13 +35,17 @@
3235
"TargetTerritoryId": 419
3336
},
3437
{
35-
"DataId": 1012353,
3638
"Position": {
37-
"X": 149.7367,
38-
"Y": -12.263969,
39-
"Z": -7.888916
39+
"X": 150.12646,
40+
"Y": -12.623478,
41+
"Z": -11.738641
4042
},
4143
"TerritoryId": 419,
44+
"InteractionType": "WalkTo"
45+
},
46+
{
47+
"DataId": 1012353,
48+
"TerritoryId": 419,
4249
"InteractionType": "Interact",
4350
"DialogueChoices": [
4451
{
@@ -93,4 +100,4 @@
93100
]
94101
}
95102
]
96-
}
103+
}

0 commit comments

Comments
 (0)