Core/PacketIO: Rename some new opcodes

This commit is contained in:
Shauren
2022-02-25 19:18:55 +01:00
parent 5a5774cdb9
commit 1021fcee34
8 changed files with 28 additions and 28 deletions

View File

@@ -93,7 +93,7 @@ void LFGPlayerScript::OnMapChanged(Player* player)
return;
}
WorldPackets::Query::QueryPlayerNameResponse response;
WorldPackets::Query::QueryPlayerNamesResponse response;
for (Group::MemberSlot const& memberSlot : group->GetMemberSlots())
player->GetSession()->BuildNameQueryData(memberSlot.guid, response.Players.emplace_back());