diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-28 15:16:12 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-28 16:00:58 -0700 |
commit | 1ca8d08b7619e1958371ce8d82e201b82ae39e32 (patch) | |
tree | 9b79fab367afedd8adac26a9acc56ac923034a2c /src/net/protocol.h | |
parent | 487b7237a730469fc4f8a501a93f78c2bbafad51 (diff) | |
download | mana-1ca8d08b7619e1958371ce8d82e201b82ae39e32.tar.gz mana-1ca8d08b7619e1958371ce8d82e201b82ae39e32.tar.bz2 mana-1ca8d08b7619e1958371ce8d82e201b82ae39e32.tar.xz mana-1ca8d08b7619e1958371ce8d82e201b82ae39e32.zip |
Fix handling of packet 0x81
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r-- | src/net/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h index fd08c45d..e9053451 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -27,6 +27,7 @@ *********************************/ #define SMSG_LOGIN_SUCCESS 0x0073 /**< Contains starting location */ #define SMSG_SERVER_PING 0x007f /**< Contains server tick */ +#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 |