Skip to content

Commit 03b39ff

Browse files
committed
Refactor raid rotation to use priority-based selection
Replaced fragile index tracking with a fresh calculation system that selects the next raid based on priority rules (User Requests > Mystery Raids > Configured Raids). This eliminates index out of bounds errors that occurred when Mystery Raids were dynamically inserted into the rotation.
1 parent 8cabb3f commit 03b39ff

2 files changed

Lines changed: 179 additions & 155 deletions

File tree

SysBot.Pokemon/Helpers/SVRaidBot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public static class SVRaidBot
44
{
5-
public const string Version = "v8.7.3";
5+
public const string Version = "v8.7.4";
66
public const string Repo = "https://github.com/hexbyt3/SVRaidBot";
77
public const string ConfigPath = "config.json";
88
}

0 commit comments

Comments
 (0)