mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
Updated some structs and enums.
This commit is contained in:
parent
9c34efec41
commit
0f8c46878b
14 changed files with 783 additions and 695 deletions
|
|
@ -110,9 +110,9 @@ typedef struct AUTH_LOGON_PROOF_S
|
|||
uint8 cmd;
|
||||
uint8 error;
|
||||
uint8 M2[20];
|
||||
uint32 unk1;
|
||||
uint32 unk2;
|
||||
uint16 unk3;
|
||||
uint32 unk1; // AccountFlags (trial 0x08, ProPass 0x800000, gm 0x01)
|
||||
uint32 unk2; // SurveyId
|
||||
uint16 unk3; // some flags (AccountMsgAvailable = 0x01)
|
||||
} sAuthLogonProof_S;
|
||||
|
||||
typedef struct AUTH_LOGON_PROOF_S_BUILD_6005
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue