Core/DataStores: Updated db2 structures to 7.3.2.25480

This commit is contained in:
Shauren
2017-11-18 20:12:12 +01:00
parent 20a3c9eed2
commit 7bb62cd23d
26 changed files with 1757 additions and 1217 deletions

View File

@@ -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);
}