[Crash Fix] Raid::UpdateGroupAAs (#4139)

Added checks to potentially resolve a crash situation with raids and group AAs.
This commit is contained in:
Mitch Freeman
2024-03-01 23:46:16 -04:00
committed by GitHub
parent 79c8858ec8
commit 69c42510ca
2 changed files with 4 additions and 8 deletions
+2 -2
View File
@@ -292,8 +292,8 @@ protected:
bool disbandCheck;
bool forceDisband;
std::string motd;
RaidLeadershipAA_Struct raid_aa;
GroupLeadershipAA_Struct group_aa[MAX_RAID_GROUPS];
RaidLeadershipAA_Struct raid_aa{};
GroupLeadershipAA_Struct group_aa[MAX_RAID_GROUPS]{};
GroupMentor group_mentor[MAX_RAID_GROUPS];