Dungeon Finder: Fix incorrect use of guid

--HG--
branch : trunk
This commit is contained in:
Spp
2010-08-27 19:27:50 +02:00
parent a96d884bf8
commit 8333b1b23f

View File

@@ -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())