mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
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:
parent
669502916a
commit
bcf0a9b25a
7 changed files with 167 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue