mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Rename some new opcodes
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user