Skip to content

Commit

Permalink
Core/PacketIO: Update SMSG_GAMEOBJECT_QUERY_RESPONSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Exxenoz authored and killerwife committed Jul 3, 2024
1 parent 0fa92a1 commit 08afff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/Entities/QueryHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ void WorldSession::HandleGameObjectQueryOpcode(WorldPacket& recv_data)
data << uint32(info->type);
data << uint32(info->displayId);
data << Name;
data << uint16(0) << uint8(0) << uint8(0); // name2, name3, name4
data << uint8(0) << uint8(0) << uint8(0); // name2, name3, name4
data << uint8(0); // unknown
data.append(info->raw.data, 24);
// data << float(info->size); // go size , to check
SendPacket(data);
DEBUG_LOG("WORLD: Sent SMSG_GAMEOBJECT_QUERY_RESPONSE");
}
Expand Down

0 comments on commit 08afff4

Please sign in to comment.