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);