mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
LFG - Queue again after dungeon (PR #883)
People should now be able to queue again, after last boss is killed. (Closes issue #856) Commits: * fix:Dungeon Queue - Not working(#856) * only the leader can re-queue * Update LFGHandler.cpp
This commit is contained in:
@@ -495,10 +495,11 @@ void LFGMgr::JoinLfg(Player* player, uint8 roles, LfgDungeonSet& dungeons, const
|
||||
case LFG_STATE_PROPOSAL: // if joining again during proposal
|
||||
joinData.result = LFG_JOIN_INTERNAL_ERROR;
|
||||
break;
|
||||
case LFG_STATE_FINISHED_DUNGEON:
|
||||
/*case LFG_STATE_FINISHED_DUNGEON:
|
||||
if (grp && grp->isLFGGroup())
|
||||
joinData.result = LFG_JOIN_PARTY_NOT_MEET_REQS;
|
||||
break;
|
||||
*/
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user