mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Merge branch 'master' into 310
Conflicts: src/game/Player.cpp src/game/QueryHandler.cpp
This commit is contained in:
commit
6aadc16d7d
54 changed files with 1279 additions and 888 deletions
|
|
@ -192,8 +192,8 @@ void WorldSession::HandleCreatureQueryOpcode( WorldPacket & recv_data )
|
|||
data << uint32(ci->DisplayID_A2); // modelid_male2 ?
|
||||
data << uint32(ci->DisplayID_H2); // modelid_femmale2 ?
|
||||
data << uint32(0); // new in 3.1
|
||||
data << float(1.0f); // unk
|
||||
data << float(1.0f); // unk
|
||||
data << float(ci->unk16); // unk
|
||||
data << float(ci->unk17); // unk
|
||||
data << uint8(ci->RacialLeader);
|
||||
for(uint32 i = 0; i < 4; ++i)
|
||||
data << uint32(0); // added in 3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue