mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Dungeon finder: Fix teleport out after dungeon is finished
Closes 8914
This commit is contained in:
@@ -483,7 +483,7 @@ LfgCompatibility LFGQueue::CheckCompatibility(LfgGuidList check)
|
||||
|
||||
uint64 gguid = *check.begin();
|
||||
proposal.queues = check;
|
||||
proposal.isNew = numLfgGroups != 1 || !sLFGMgr->GetDungeon(gguid);
|
||||
proposal.isNew = numLfgGroups != 1 || sLFGMgr->GetOldState(gguid) != LFG_STATE_DUNGEON;
|
||||
|
||||
if (!sLFGMgr->AllQueued(check))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user