File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
src/server/game/DungeonFinding Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1105,21 +1105,6 @@ void LFGMgr::MakeNewGroup(LfgProposal const& proposal)
1105
1105
grp->SetLfgRoles (bguid, proposal.players .find (bguid)->second .role );
1106
1106
}
1107
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
1108
continue ;
1124
1109
}
1125
1110
// end npcbot
You can’t perform that action at this time.
0 commit comments