mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
Little update auth opcode
This commit is contained in:
parent
20f6f587ee
commit
1c4b3057a3
1 changed files with 3 additions and 3 deletions
|
|
@ -42,9 +42,9 @@
|
|||
enum Opcodes
|
||||
{
|
||||
MSG_WOW_CONNECTION = 0x4F57, // 4.3.4 15595
|
||||
SMSG_AUTH_CHALLENGE = 0x4542, // 4.3.4 15595
|
||||
CMSG_AUTH_SESSION = 0x0449, // 4.3.4 15595
|
||||
SMSG_AUTH_RESPONSE = 0x5DB6, // 4.3.4 15595
|
||||
SMSG_AUTH_CHALLENGE = 0xCAF, // 5.1.0a
|
||||
CMSG_AUTH_SESSION = 0xC07, // 5.1.0a
|
||||
SMSG_AUTH_RESPONSE = 0xA15, // 5.1.0a
|
||||
MSG_NULL_ACTION = 0x1001,
|
||||
CMSG_BOOTME = 0x1002,
|
||||
CMSG_DBLOOKUP = 0x1003,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue