diff options
Diffstat (limited to 'src/game/Player.cpp')
| -rw-r--r-- | src/game/Player.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 5d11b8acea9..2ffc2c3b38c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -17357,8 +17357,8 @@ bool Player::CheckInstanceLoginValid() if (GetMap()->IsRaid()) { - // cannot be in raid instance without a group - if (!GetGroup()) + // cannot be in raid instance without a raid group + if (!GetGroup() || !GetGroup()->isRaidGroup()) return false; } else |
