Fixed various datatype and buffer issues
This commit is contained in:
@ -352,8 +352,8 @@ typedef struct SPacketDGCreateSuccess
|
||||
|
||||
typedef struct TPlayerItemAttribute
|
||||
{
|
||||
BYTE bType;
|
||||
WORD sValue;
|
||||
uint8_t bType;
|
||||
int16_t sValue;
|
||||
} TPlayerItemAttribute;
|
||||
|
||||
typedef struct SPlayerItem
|
||||
|
Reference in New Issue
Block a user