mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/DataStores: Updated db2 structures to 7.3.2.25480
This commit is contained in:
@@ -45,7 +45,7 @@ void WorldSession::HandleLfgJoinOpcode(WorldPackets::LFG::DFJoin& dfJoin)
|
||||
for (uint32 slot : dfJoin.Slots)
|
||||
{
|
||||
uint32 dungeon = slot & 0x00FFFFFF;
|
||||
if (sLfgDungeonsStore.LookupEntry(dungeon))
|
||||
if (sLFGDungeonsStore.LookupEntry(dungeon))
|
||||
newDungeons.insert(dungeon);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user