SMSG AUTH CHALLENGE |
From WoWDev
[edit]
Usage
Packet should be sent just after accepting connection.
[edit]
Structure
| data type | block name | description / value |
| int16 | size | 6 |
| int16 | opcode | 0x01EC |
| int32 | auth_seed | random value generated on server, will be used to check if client has correct session key in the CMSG_AUTH_SESSION handler. |

