diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-31 00:21:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:53 +0300 |
commit | b2db639b28d2183d18ba189d5b937605e0a73ae1 (patch) | |
tree | 9a730bf6019b18993183a083f513fe00a4323390 /src/net/eathena/protocol.h | |
parent | aabe4a58a300b9b9c8599b91b232542589fe0a01 (diff) | |
download | plus-b2db639b28d2183d18ba189d5b937605e0a73ae1.tar.gz plus-b2db639b28d2183d18ba189d5b937605e0a73ae1.tar.bz2 plus-b2db639b28d2183d18ba189d5b937605e0a73ae1.tar.xz plus-b2db639b28d2183d18ba189d5b937605e0a73ae1.zip |
In eathena add support for error packet 0x083e.
Also extend packets table.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index debfd8ab8..5dd23a22e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -36,6 +36,7 @@ #define SMSG_UPDATE_HOST 0x0063 /**< Custom update host packet */ #define SMSG_LOGIN_DATA 0x0069 #define SMSG_LOGIN_ERROR 0x006a +#define SMSG_LOGIN_ERROR2 0x083e #define SMSG_CHAR_LOGIN 0x006b #define SMSG_CHAR_LOGIN_ERROR 0x006c |