We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7923511 commit 74772adCopy full SHA for 74772ad
src/server/game/DungeonFinding/LFGMgr.cpp
@@ -1105,21 +1105,6 @@ void LFGMgr::MakeNewGroup(LfgProposal const& proposal)
1105
grp->SetLfgRoles(bguid, proposal.players.find(bguid)->second.role);
1106
}
1107
1108
- if (grp->GetMembersCount() >= 5)
1109
- {
1110
- uint8 pcount = 0;
1111
- for (GroupReference const* gitr = grp->GetFirstMember(); gitr != nullptr; gitr = gitr->next())
1112
- if (gitr->GetSource())
1113
- ++pcount;
1114
- if (pcount <= 1)
1115
1116
- //only one player in group
1117
- ChatHandler ch(player->GetSession());
1118
- ch.SendSysMessage("You are the only player in your group, loot method set to Free For All");
1119
- grp->SetLootMethod(FREE_FOR_ALL);
1120
- }
1121
1122
-
1123
continue;
1124
1125
//end npcbot
0 commit comments