Fix missing raid assignment for GetStoredRaid in IsInGroupOrRaid

This commit is contained in:
nytmyr
2024-12-23 23:27:42 -06:00
parent ef983c3d47
commit 6ced4e6a9c
+1 -1
View File
@@ -9966,7 +9966,7 @@ bool Mob::IsInGroupOrRaid(Mob *other, bool sameRaidGroup) {
Raid* raid = nullptr;
if (IsBot()) {
CastToBot()->GetStoredRaid();
raid = CastToBot()->GetStoredRaid();
}
else {
if (IsRaidGrouped()) {