mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Entities: Second part of required database changes for migrating guids to 128 bit - all fields storing lowguid must be extended to uint64
This commit is contained in:
@@ -72,7 +72,7 @@ void WorldSession::SendBattleGroundList(ObjectGuid guid, BattlegroundTypeId bgTy
|
||||
|
||||
void WorldSession::HandleBattlemasterJoinOpcode(WorldPacket& recvData)
|
||||
{
|
||||
uint32 bgTypeId_;
|
||||
ObjectGuid::LowType bgTypeId_;
|
||||
uint32 instanceId;
|
||||
uint8 asGroup;
|
||||
bool isPremade = false;
|
||||
|
||||
Reference in New Issue
Block a user