Skip to content

Commit

Permalink
fix: Fix issue with spawns in q50300004
Browse files Browse the repository at this point in the history
Fixed an issue where the wrong set of time extension monsters was
spawned after engaging the final boss.
  • Loading branch information
pacampbell committed Feb 9, 2025
1 parent 24684f3 commit 38d9da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ public class ScriptedQuest : IQuest
13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
};

foreach (var groupId in requiredGroups)
foreach (var groupId in optionalGroups)
{
var process = AddNewProcess(i++);
process.AddMyQstFlagsBlock(QuestAnnounceType.None)
Expand Down

0 comments on commit 38d9da6

Please sign in to comment.