Skip to content

Commit

Permalink
correct mob order
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Nov 6, 2024
1 parent 11ab0ae commit fa02238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Story/ShadowVault.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fa02238

Please sign in to comment.