mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[7730] Some optimizantion and code style.
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
This commit is contained in:
parent
a4373c887d
commit
8144f30199
69 changed files with 536 additions and 536 deletions
|
|
@ -114,7 +114,7 @@ bool UpdateData::BuildPacket(WorldPacket *packet, bool hasTransport)
|
|||
buf << (uint32) m_outOfRangeGUIDs.size();
|
||||
|
||||
for(std::set<uint64>::const_iterator i = m_outOfRangeGUIDs.begin();
|
||||
i != m_outOfRangeGUIDs.end(); i++)
|
||||
i != m_outOfRangeGUIDs.end(); ++i)
|
||||
{
|
||||
//buf.appendPackGUID(*i);
|
||||
buf << (uint8)0xFF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue