diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-12-18 22:27:16 -0500 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-12-18 22:32:54 -0500 |
commit | 6fc34c4fc73917126ddedd19519e097ecc65333c (patch) | |
tree | 56c2cd2832fc67e1a4085332fcd25f8a9e6fb3b5 /src/protocol.h | |
parent | 286f2932eceb55b2b8056ad02000c2002bb29930 (diff) | |
download | manaserv-6fc34c4fc73917126ddedd19519e097ecc65333c.tar.gz manaserv-6fc34c4fc73917126ddedd19519e097ecc65333c.tar.bz2 manaserv-6fc34c4fc73917126ddedd19519e097ecc65333c.tar.xz manaserv-6fc34c4fc73917126ddedd19519e097ecc65333c.zip |
Makes server send the update host from defaultUpdateHost config (defaults to http://update.manasouce.org/ when non is set)
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 92a66381..869d17ba 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -49,7 +49,7 @@ enum { PAMSG_REQUEST_REGISTER_INFO = 0x0005, // APMSG_REGISTER_INFO_RESPONSE = 0x0006, // B byte registrationAllowed, byte minNameLength, byte maxNameLength, string captchaURL, string captchaInstructions PAMSG_LOGIN = 0x0010, // L version, S username, S password - APMSG_LOGIN_RESPONSE = 0x0012, // B error + APMSG_LOGIN_RESPONSE = 0x0012, // B error, [S update host] 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 |