mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Dungeon Finder: Fix incorrect use of guid
--HG-- branch : trunk
This commit is contained in:
@@ -1754,7 +1754,7 @@ LfgLockStatusMap* LFGMgr::GetGroupLockStatusDungeons(PlayerSet *pPlayers, LfgDun
|
||||
{
|
||||
dungeonSet = GetPlayerLockStatusDungeons(*itr, dungeons);
|
||||
if (dungeonSet)
|
||||
(*dungeonMap)[(*itr)->GetGUID()] = dungeonSet;
|
||||
(*dungeonMap)[(*itr)->GetGUIDLow()] = dungeonSet;
|
||||
}
|
||||
|
||||
if (!dungeonMap->size())
|
||||
|
||||
Reference in New Issue
Block a user