From 1b0fc18b96ddd7d18fddb46de76fd5069f213016 Mon Sep 17 00:00:00 2001
From: Liza Carvelli <liza@carvel.li>
Date: Sun, 28 Jul 2024 03:46:26 +0200
Subject: [PATCH] Minor update for DT aether current paths

---
 .../5176_Perplexing Puzzles, Endless Fun.json            | 9 +++++++++
 .../Shaaloani/5130_Meeting of the Spirits.json           | 9 +++++++++
 Questionable/Questionable.csproj                         | 2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/QuestPaths/7.x - Dawntrail/Aether Currents/Living Memory/5176_Perplexing Puzzles, Endless Fun.json b/QuestPaths/7.x - Dawntrail/Aether Currents/Living Memory/5176_Perplexing Puzzles, Endless Fun.json
index 0e335113..287286a6 100644
--- a/QuestPaths/7.x - Dawntrail/Aether Currents/Living Memory/5176_Perplexing Puzzles, Endless Fun.json	
+++ b/QuestPaths/7.x - Dawntrail/Aether Currents/Living Memory/5176_Perplexing Puzzles, Endless Fun.json	
@@ -35,6 +35,15 @@
     {
       "Sequence": 2,
       "Steps": [
+        {
+          "Position": {
+            "X": 194.28456,
+            "Y": 0.000497818,
+            "Z": 628.7034
+          },
+          "TerritoryId": 1192,
+          "InteractionType": "WalkTo"
+        },
         {
           "DataId": 2013905,
           "Position": {
diff --git a/QuestPaths/7.x - Dawntrail/Aether Currents/Shaaloani/5130_Meeting of the Spirits.json b/QuestPaths/7.x - Dawntrail/Aether Currents/Shaaloani/5130_Meeting of the Spirits.json
index cc618711..010aa41d 100644
--- a/QuestPaths/7.x - Dawntrail/Aether Currents/Shaaloani/5130_Meeting of the Spirits.json	
+++ b/QuestPaths/7.x - Dawntrail/Aether Currents/Shaaloani/5130_Meeting of the Spirits.json	
@@ -46,6 +46,15 @@
     {
       "Sequence": 255,
       "Steps": [
+        {
+          "Position": {
+            "X": -527.3558,
+            "Y": -17.206274,
+            "Z": 443.9363
+          },
+          "TerritoryId": 1190,
+          "InteractionType": "WalkTo"
+        },
         {
           "DataId": 1049324,
           "Position": {
diff --git a/Questionable/Questionable.csproj b/Questionable/Questionable.csproj
index a0a0b50b..2ea0d5ca 100644
--- a/Questionable/Questionable.csproj
+++ b/Questionable/Questionable.csproj
@@ -1,6 +1,6 @@
 <Project Sdk="Dalamud.NET.Sdk/9.0.2">
     <PropertyGroup>
-        <Version>1.20</Version>
+        <Version>1.21</Version>
         <OutputPath>dist</OutputPath>
         <PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>
         <Platforms>x64</Platforms>