[7382] Add 2 unknown field to creature_template sent in SMSG_CREATURE_QUERY_RESPONSE to client

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
NoFantasy 2009-03-05 16:01:19 +03:00 committed by VladimirMangos
parent 10f2648455
commit 167b192ff2
7 changed files with 18 additions and 7 deletions

View file

@ -189,8 +189,8 @@ void WorldSession::HandleCreatureQueryOpcode( WorldPacket & recv_data )
data << (uint32)ci->DisplayID_H; // modelid_female1 ?
data << (uint32)ci->DisplayID_A2; // modelid_male2 ?
data << (uint32)ci->DisplayID_H2; // modelid_femmale2 ?
data << (float)1.0f; // unk
data << (float)1.0f; // unk
data << (float)ci->unk16; // unk
data << (float)ci->unk17; // unk
data << (uint8)ci->RacialLeader;
SendPacket( &data );
sLog.outDebug( "WORLD: Sent SMSG_CREATURE_QUERY_RESPONSE " );