mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/PacketIO: Use new packet writing utilities in a bunch of files
This commit is contained in:
@@ -140,7 +140,7 @@ void WorldSession::HandleWhoOpcode(WorldPackets::Who::WhoRequestPkt& whoRequest)
|
||||
uint32 gmLevelInWhoList = sWorld->getIntConfig(CONFIG_GM_LEVEL_IN_WHO_LIST);
|
||||
|
||||
WorldPackets::Who::WhoResponsePkt response;
|
||||
response.RequestID = whoRequest.RequestID;
|
||||
response.Token = whoRequest.Token;
|
||||
|
||||
WhoListInfoVector const& whoList = sWhoListStorageMgr->GetWhoList();
|
||||
for (WhoListPlayerInfo const& target : whoList)
|
||||
|
||||
Reference in New Issue
Block a user