summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-21 01:01:23 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-21 01:01:23 +0100
commit37a40bd1362c8e75052729cffc0636d5dba5695e (patch)
tree217392e51286eafbee09553cef4b686a16ab655f
parenta472906cb8906a9e077213a8441f076ee83dd0d5 (diff)
downloadmana-client-37a40bd1362c8e75052729cffc0636d5dba5695e.tar.gz
mana-client-37a40bd1362c8e75052729cffc0636d5dba5695e.tar.bz2
mana-client-37a40bd1362c8e75052729cffc0636d5dba5695e.tar.xz
mana-client-37a40bd1362c8e75052729cffc0636d5dba5695e.zip
Undo message id change to maintain compatibility
-rw-r--r--src/net/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index 5406f248..73dd65e0 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -40,7 +40,7 @@
*/
enum {
// Login/Register
- PAMSG_REGISTER = 0x0001, // L version, S username, S password, S email
+ PAMSG_REGISTER = 0x0000, // L version, S username, S password, S email
APMSG_REGISTER_RESPONSE = 0x0002, // B error [, S updatehost]
PAMSG_UNREGISTER = 0x0003, // -
APMSG_UNREGISTER_RESPONSE = 0x0004, // B error