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

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-05 18:58:58 -06:00
parent bb75a8a21a
commit b7363a72fe
6 changed files with 16 additions and 7 deletions

View File

@@ -191,8 +191,8 @@ void WorldSession::HandleCreatureQueryOpcode( WorldPacket & recv_data )
data << (uint32)ci->Modelid2; // Modelid2
data << (uint32)ci->Modelid3; // Modelid3
data << (uint32)ci->Modelid4; // Modelid4
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 " );