From: Redacted Date: Tue, 15 Apr 2025 01:02:51 +0000 (+0000) Subject: Added missing walkto before combat, so that you walk into the building X-Git-Tag: v5.12~5^2~7 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=15b92613221bcb44fcd7279d8a1bc3192ad383ee;p=Questionable.git Added missing walkto before combat, so that you walk into the building --- diff --git a/QuestPaths/7.x - Dawntrail/Role Quests/Tank/4820_Between Sleep and Death.json b/QuestPaths/7.x - Dawntrail/Role Quests/Tank/4820_Between Sleep and Death.json index b2e31574..19b5c6ab 100644 --- a/QuestPaths/7.x - Dawntrail/Role Quests/Tank/4820_Between Sleep and Death.json +++ b/QuestPaths/7.x - Dawntrail/Role Quests/Tank/4820_Between Sleep and Death.json @@ -65,6 +65,15 @@ { "Sequence": 3, "Steps": [ + { + "Position": { + "X": 454.6491, + "Y": 164.30826, + "Z": -541.31744 + }, + "TerritoryId": 397, + "InteractionType": "WalkTo" + }, { "Position": { "X": 455.58475, @@ -156,4 +165,4 @@ ] } ] -} +} \ No newline at end of file