mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 00:19:59 +01:00
Core/Dungeon Finder: Restore consistency after an inconsistency is found while checking compatibilities
Closes issue 3950 --HG-- branch : trunk
This commit is contained in:
@@ -827,6 +827,7 @@ bool LFGMgr::CheckCompatibility(LfgGuidList check, LfgProposalList *proposals)
|
||||
if (itQueue == m_QueueInfoMap.end())
|
||||
{
|
||||
sLog.outError("LFGMgr::CheckCompatibility: [" UI64FMTD "] is not queued but listed as queued!", *it);
|
||||
RemoveFromQueue(*it);
|
||||
return false;
|
||||
}
|
||||
pqInfoMap[*it] = itQueue->second;
|
||||
|
||||
Reference in New Issue
Block a user