mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[9550] Hide unsafe templated ByteBuffer::append function only for internal use.
This commit is contained in:
parent
7dc6b131c8
commit
ad9243ebd0
3 changed files with 9 additions and 8 deletions
|
|
@ -51,7 +51,7 @@ std::string ObjectGuid::GetString() const
|
|||
|
||||
ByteBuffer& operator<< (ByteBuffer& buf, ObjectGuid const& guid)
|
||||
{
|
||||
buf.append(guid.GetRawValue());
|
||||
buf << uint64(guid.GetRawValue());
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue