mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[9678] Some comments for realmd data.
This commit is contained in:
parent
1b536c03e6
commit
068fca0d74
3 changed files with 8 additions and 7 deletions
|
|
@ -1020,10 +1020,10 @@ void AuthSocket::LoadRealmlist(ByteBuffer &pkt, uint32 acctid)
|
|||
|
||||
/*if(realmFlags & REALM_FLAG_SPECIFYBUILD)
|
||||
{
|
||||
pkt << uint8(3); // major
|
||||
pkt << uint8(3); // minor
|
||||
pkt << uint8(3); // revision
|
||||
pkt << uint16(11723); // build
|
||||
pkt << uint8(0); // major
|
||||
pkt << uint8(0); // minor
|
||||
pkt << uint8(0); // revision
|
||||
pkt << uint16(0); // build
|
||||
}*/
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue