Fix tp
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s

This commit is contained in:
luis
2026-09-02 22:33:36 -03:00
parent 9b0e39a047
commit c1f8e7a06a
@@ -618,6 +618,15 @@ LfgCompatibility LFGQueue::CheckCompatibility(GuidList check)
RemoveFromCurrentQueue(guid);
}
// Follower dungeons launch immediately: a solo player is instantly matched and auto-accepted,
// skipping the LFG ready-check so they are teleported into the dungeon right away.
if (hasFollowerDungeon && check.size() == 1)
{
proposal.state = LFG_PROPOSAL_SUCCESS;
for (LfgRolesMap::const_iterator itRoles = proposalRoles.begin(); itRoles != proposalRoles.end(); ++itRoles)
proposal.players[itRoles->first].accept = LFG_ANSWER_AGREE;
}
sLFGMgr->AddProposal(proposal);
TC_LOG_DEBUG("lfg.queue.match.compatibility.check", "Guids: ({}) MATCH! Group formed", GetDetailedMatchRoles(check));