Updated Raid::VerifyRaid

This commit is contained in:
neckkola
2022-01-06 19:54:06 -04:00
parent fdb23f1a5f
commit ec26281ad5
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1633,7 +1633,7 @@ void Raid::VerifyRaid()
members[x].member = nullptr;
}
}
if(members[x].IsRaidLeader && !members[x].member->IsBot()){ //Mitch added reference to IsBot
if(members[x].IsRaidLeader){
if(strlen(members[x].membername) > 0){
SetLeader(members[x].member);
strn0cpy(leadername, members[x].membername, 64);