mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +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;
|
||||
|
||||
if (IsBot()) {
|
||||
CastToBot()->GetStoredRaid();
|
||||
raid = CastToBot()->GetStoredRaid();
|
||||
}
|
||||
else {
|
||||
if (IsRaidGrouped()) {
|
||||
|
||||
Reference in New Issue
Block a user