Core/PacketIO: Rename some new opcodes

Port From (https://github.com/TrinityCore/TrinityCore/commit/1021fcee345b0817ca087c04f8f063eb9d10bfe9)
This commit is contained in:
hondacrx
2022-05-10 13:33:19 -04:00
parent 31a70e8b50
commit 2c38cbde12
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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);