Missing IsInGroupOrRaid cleanup

This commit is contained in:
nytmyr
2024-12-22 00:35:29 -06:00
parent 39b1f57ef3
commit 998f34842b
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9965,7 +9965,7 @@ bool Mob::IsInGroupOrRaid(Mob *other, bool sameRaidGroup) {
Raid* raid = nullptr;
if (IsBot) {
if (IsBot()) {
CastToBot()->GetStoredRaid();
}
else {