From 756fd155a24385a8599c39f333bb3b261a0e6409 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 9 Oct 2024 16:44:47 +0200 Subject: [PATCH] Add SkipCondition --- .../Dailies/4689_Money Makes the Moon Go Round.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Dailies/4689_Money Makes the Moon Go Round.json b/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Dailies/4689_Money Makes the Moon Go Round.json index 11b508a2..4b1d7ea1 100644 --- a/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Dailies/4689_Money Makes the Moon Go Round.json +++ b/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Dailies/4689_Money Makes the Moon Go Round.json @@ -37,7 +37,12 @@ }, "TerritoryId": 959, "InteractionType": "WalkTo", - "Fly": true + "Fly": true, + "SkipConditions": { + "StepIf": { + "Flying": "Locked" + } + } }, { "DataId": 1044572, @@ -84,4 +89,4 @@ ] } ] -} \ No newline at end of file +}