Build fixes made and tabs turned into spaces

A few build fixes made.

Tabs converted into spaces, although it does not seem to show that in
the list of changes!
This commit is contained in:
Charles A Edwards 2016-02-01 06:43:44 +00:00 committed by Antz
parent 669502916a
commit bcf0a9b25a
7 changed files with 167 additions and 6 deletions

View file

@ -96,7 +96,7 @@ void MovementInfo::Read(ByteBuffer& data, uint16 opcode)
MovementStatusElements element = sequence[i];
if (element == MSEEnd)
break;
if (element >= MSEGuidBit0 && element <= MSEGuidBit7)
{
guid[element - MSEGuidBit0] = data.ReadBit();