Core/PacketIO: Rename some new opcodes
Port From (https://github.com/TrinityCore/TrinityCore/commit/1021fcee345b0817ca087c04f8f063eb9d10bfe9)
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Game.DungeonFinding
|
||||
return;
|
||||
}
|
||||
|
||||
QueryPlayerNameResponse response = new();
|
||||
QueryPlayerNamesResponse response = new();
|
||||
foreach (MemberSlot memberSlot in group.GetMemberSlots())
|
||||
{
|
||||
player.GetSession().BuildNameQueryData(memberSlot.guid, out NameCacheLookupResult nameCacheLookupResult);
|
||||
|
||||
Reference in New Issue
Block a user