mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[0008] Typos v_v
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
a97b8311d2
commit
2bb1b2558e
2 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ void MovementInfo::Read(ByteBuffer& data, uint16 opcode)
|
|||
|
||||
if (element >= MSEGuidBit0 && element <= MSEGuidBit7)
|
||||
{
|
||||
guid[element - MSEGuidByte0] = data.ReadBit();
|
||||
guid[element - MSEGuidBit0] = data.ReadBit();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
@ -293,7 +293,7 @@ void MovementInfo::Write(ByteBuffer& data, uint16 opcode) const
|
|||
|
||||
if (element >= MSETransportGuidByte0 && element <= MSETransportGuidByte7)
|
||||
{
|
||||
if (hasTransportData && t_guid[element - MSEGuidByte0])
|
||||
if (hasTransportData && t_guid[element - MSETransportGuidByte0])
|
||||
data << uint8((t_guid[element - MSETransportGuidByte0] ^ 1));
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0007"
|
||||
#define REVISION_NR "0008"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue