Updatefields for 3.0.x

This commit is contained in:
tomrus88 2008-10-26 10:18:21 +03:00
parent 0186b88b52
commit 78a41233aa
6 changed files with 331 additions and 256 deletions

View file

@ -106,7 +106,7 @@ bool UpdateData::BuildPacket(WorldPacket *packet, bool hasTransport)
ByteBuffer buf(m_data.size() + 10 + m_outOfRangeGUIDs.size()*8);
buf << (uint32) (!m_outOfRangeGUIDs.empty() ? m_blockCount + 1 : m_blockCount);
buf << (uint8) (hasTransport ? 1 : 0);
//buf << (uint8) (hasTransport ? 1 : 0);
if(!m_outOfRangeGUIDs.empty())
{