mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Updated to client 3.2.0.10026, not tested.
This commit is contained in:
parent
517697768a
commit
7df6372458
11 changed files with 148 additions and 85 deletions
|
|
@ -1467,6 +1467,7 @@ bool Player::BuildEnumData( QueryResult * result, WorldPacket * p_data )
|
|||
// character customize (flags?)
|
||||
*p_data << uint32(atLoginFlags & AT_LOGIN_CUSTOMIZE ? 1 : 0);
|
||||
*p_data << uint8(1); // unknown
|
||||
*p_data << uint8(0); // 3.2
|
||||
|
||||
// Pets info
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue