summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-28 15:16:12 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-28 15:17:03 +0000
commit61707d27740d0e429d8533606789f1e829752b0f (patch)
tree71af12bcb38dcaf5182f72b0d9f52df3f471f43b /src/net/protocol.h
parentc3ac08bc7629b69ece1a7a44e4d224b95ea51f27 (diff)
downloadmana-client-61707d27740d0e429d8533606789f1e829752b0f.tar.gz
mana-client-61707d27740d0e429d8533606789f1e829752b0f.tar.bz2
mana-client-61707d27740d0e429d8533606789f1e829752b0f.tar.xz
mana-client-61707d27740d0e429d8533606789f1e829752b0f.zip
Fix handling of packet 0x81
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r--src/net/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index b70834c6..3bdeb429 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -24,6 +24,7 @@
// Packets from server to client
#define SMSG_LOGIN_SUCCESS 0x0073 /**< Contains starting location */
+#define SMSG_CONNECTION_PROBLEM 0x0081
#define SMSG_UPDATE_HOST 0x0063 /**< Custom update host packet */
#define SMSG_PLAYER_UPDATE_1 0x01d8
#define SMSG_PLAYER_UPDATE_2 0x01d9