Fixed typos, merge errors.

This commit is contained in:
tomrus88 2009-06-07 22:04:45 +04:00
parent 1f87157edf
commit 8a0f9f61f9
4 changed files with 26 additions and 28 deletions

View file

@ -196,7 +196,7 @@ void WorldSession::HandleCreatureQueryOpcode( WorldPacket & recv_data )
data << uint8(ci->RacialLeader);
for(uint32 i = 0; i < 4; ++i)
data << uint32(ci->questItems[i]); // itemId[4], quest drop
data << uint32(0); // CreatureMovementInfo.dbc
data << uint32(ci->movementId); // CreatureMovementInfo.dbc
SendPacket( &data );
sLog.outDebug( "WORLD: Sent SMSG_CREATURE_QUERY_RESPONSE" );
}