diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-01-29 15:36:24 +0100 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-01-29 15:36:24 +0100 |
commit | 19923a1be320294c9307996e6f79ba2918829587 (patch) | |
tree | a564ef1db169460b4a4d4040be71192f75dc1a5c /src/net/protocol.h | |
parent | 6f3477baa73cbc08e4ee48e0839d709cb14602cb (diff) | |
parent | 61707d27740d0e429d8533606789f1e829752b0f (diff) | |
download | mana-client-19923a1be320294c9307996e6f79ba2918829587.tar.gz mana-client-19923a1be320294c9307996e6f79ba2918829587.tar.bz2 mana-client-19923a1be320294c9307996e6f79ba2918829587.tar.xz mana-client-19923a1be320294c9307996e6f79ba2918829587.zip |
Merge branch 'master' of git@gitorious.org:tmw/eathena
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 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 |