mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Fix merge fail
This commit is contained in:
@@ -767,7 +767,7 @@ void LFGMgr::GetCompatibleDungeons(LfgDungeonSet& dungeons, GuidSet const& playe
|
||||
bool eraseDungeon = true;
|
||||
|
||||
// Don't remove the dungeon if team members are trying to continue a locked instance
|
||||
if (it2->second == LFG_LOCKSTATUS_RAID_LOCKED && isContinue)
|
||||
if (it2->second.lockStatus == LFG_LOCKSTATUS_RAID_LOCKED && isContinue)
|
||||
{
|
||||
LFGDungeonData const* dungeon = GetLFGDungeon(dungeonId);
|
||||
ASSERT(dungeon);
|
||||
|
||||
Reference in New Issue
Block a user