mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Core/DungeonFinder): Premade groups should be treated as normal groups. (#8520)
Fixes #8339
This commit is contained in:
@@ -12157,7 +12157,7 @@ PartyResult Player::CanUninviteFromGroup(ObjectGuid targetPlayerGUID) const
|
||||
if (!grp)
|
||||
return ERR_NOT_IN_GROUP;
|
||||
|
||||
if (grp->isLFGGroup())
|
||||
if (grp->isLFGGroup(true))
|
||||
{
|
||||
ObjectGuid gguid = grp->GetGUID();
|
||||
if (!sLFGMgr->GetKicksLeft(gguid))
|
||||
|
||||
Reference in New Issue
Block a user