mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Fix missing raid assignment for GetStoredRaid in IsInGroupOrRaid
This commit is contained in:
+1
-1
@@ -9966,7 +9966,7 @@ bool Mob::IsInGroupOrRaid(Mob *other, bool sameRaidGroup) {
|
|||||||
Raid* raid = nullptr;
|
Raid* raid = nullptr;
|
||||||
|
|
||||||
if (IsBot()) {
|
if (IsBot()) {
|
||||||
CastToBot()->GetStoredRaid();
|
raid = CastToBot()->GetStoredRaid();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (IsRaidGrouped()) {
|
if (IsRaidGrouped()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user