Commit a3452c2
committed
Fix index out of bounds in ProcessAllRaids
Add bounds validation to ensure allRaids and allEncounters are accessed safely. The RaidCrawler library can return different counts for raids vs encounters, causing IndexOutOfRangeException crashes.1 parent af089ef commit a3452c2
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4573 | 4573 | | |
4574 | 4574 | | |
4575 | 4575 | | |
4576 | | - | |
| 4576 | + | |
4577 | 4577 | | |
4578 | 4578 | | |
4579 | 4579 | | |
| |||
4597 | 4597 | | |
4598 | 4598 | | |
4599 | 4599 | | |
4600 | | - | |
| 4600 | + | |
| 4601 | + | |
4601 | 4602 | | |
4602 | 4603 | | |
4603 | 4604 | | |
| |||
0 commit comments