From fa0223838c796caec83c0af23becbb8343090202 Mon Sep 17 00:00:00 2001 From: Tato <47118168+wtffidy@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:14:35 -0500 Subject: [PATCH] correct mob order --- Story/ShadowVault.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Story/ShadowVault.cs b/Story/ShadowVault.cs index e1158cea6..48fdfc28d 100644 --- a/Story/ShadowVault.cs +++ b/Story/ShadowVault.cs @@ -50,7 +50,7 @@ public void StoryLine() Story.KillQuest(6788, "ShadowVault", new[] { "Shadowscythe Minion", "Spiderscythe" }); //An Actual Skeleton... key? 6789 - Story.KillQuest(6789, "ShadowVault", new[] { "Fallen Adventurer", "Shadowscythe Minion", "Spiderscythe" }); + Story.KillQuest(6789, "ShadowVault", new[] { "Fallen Adventurer", "Spiderscythe", "Shadowscythe Minion" }); //Open Sesame 6790 Story.MapItemQuest(6790, "ShadowVault", 6314);