Skip to content

Commit

Permalink
update mob name
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Nov 6, 2024
1 parent 539bcc8 commit 11ab0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Story/NytheraSaga.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public void BlindingSnow()

public void Void()
{

if (Core.isCompletedBefore(904))
return;

Expand All @@ -152,7 +151,8 @@ public void Void()
Story.KillQuest(902, "Void", "Void Elemental");

//Null and Void Spheres 903
Story.KillQuest(903, "palooza ", new[] { "Chaos Lord Discordia", "Chaos Lord Discordia", "Chaos Lord Discordia", "Chaos Lord Discordia" });
Story.KillQuest(903, "palooza",
new[] { "Discordia", "Discordia", "Discordia", "Discordia" });

//Enter the Great Void Dragon's Lair 904
Story.KillQuest(904, "Void", "Void Dragon");
Expand Down

0 comments on commit 11ab0ae

Please sign in to comment.