fix(Core/Player): Instance.IgnoreRaid kicking people out (#16306)
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/16201
This commit is contained in:
@@ -6978,7 +6978,7 @@ bool Player::CheckInstanceLoginValid()
|
|||||||
if (GetMap()->IsRaid())
|
if (GetMap()->IsRaid())
|
||||||
{
|
{
|
||||||
// cannot be in raid instance without a group
|
// cannot be in raid instance without a group
|
||||||
if (!GetGroup())
|
if (!GetGroup() && !sWorld->getBoolConfig(CONFIG_INSTANCE_IGNORE_RAID))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user