diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-12-17 12:30:30 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-12-17 12:30:30 +0100 |
commit | 4e4e35c53ac9cf6e0b9e005e0c5382b7c57f1657 (patch) | |
tree | 99abce417fe3192c7fafa9d48793055c2524d773 | |
parent | 555862b34ccbbdbcd44241a00ec168a6a2716411 (diff) | |
download | mana-client-4e4e35c53ac9cf6e0b9e005e0c5382b7c57f1657.tar.gz mana-client-4e4e35c53ac9cf6e0b9e005e0c5382b7c57f1657.tar.bz2 mana-client-4e4e35c53ac9cf6e0b9e005e0c5382b7c57f1657.tar.xz mana-client-4e4e35c53ac9cf6e0b9e005e0c5382b7c57f1657.zip |
Update the net/manaserv/protocol.h file with latest description.
Trivial fix.
-rw-r--r-- | src/net/manaserv/protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/manaserv/protocol.h b/src/net/manaserv/protocol.h index beb04b21..a49b2dd8 100644 --- a/src/net/manaserv/protocol.h +++ b/src/net/manaserv/protocol.h @@ -44,13 +44,13 @@ enum { // Login/Register PAMSG_REGISTER = 0x0000, // D version, S username, S password, S email, S captcha response - APMSG_REGISTER_RESPONSE = 0x0002, // B error, [S updatehost] + APMSG_REGISTER_RESPONSE = 0x0002, // B error, S updatehost, S Client data URL, B Character slots PAMSG_UNREGISTER = 0x0003, // S username, S password APMSG_UNREGISTER_RESPONSE = 0x0004, // B error PAMSG_REQUEST_REGISTER_INFO = 0x0005, // APMSG_REGISTER_INFO_RESPONSE = 0x0006, // B byte registration Allowed, byte minNameLength, byte maxNameLength, string captchaURL, string captchaInstructions PAMSG_LOGIN = 0x0010, // D version, S username, S password - APMSG_LOGIN_RESPONSE = 0x0012, // B error, [S updatehost] + APMSG_LOGIN_RESPONSE = 0x0012, // B error, S updatehost, S Client data URL, B Character slots PAMSG_LOGOUT = 0x0013, // - APMSG_LOGOUT_RESPONSE = 0x0014, // B error PAMSG_CHAR_CREATE = 0x0020, // S name, B hair style, B hair color, B gender, W*6 stats |