diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 12:14:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 12:14:18 +0300 |
commit | f1e11793e780d41f2200fa7344328488d9275dfd (patch) | |
tree | f1285be8ef7d66135e3922e0fee3c67d2f06673b /src/net/eathena/protocol.h | |
parent | f5b6737ff13e1ad538745fb0c9d09254b80cb3ed (diff) | |
download | plus-f1e11793e780d41f2200fa7344328488d9275dfd.tar.gz plus-f1e11793e780d41f2200fa7344328488d9275dfd.tar.bz2 plus-f1e11793e780d41f2200fa7344328488d9275dfd.tar.xz plus-f1e11793e780d41f2200fa7344328488d9275dfd.zip |
eathena: add partial support for packet SMSG_CHAR_DELETE2_CANCEL_ACK 0x082c.
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 f4947736f..85256de0f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -53,6 +53,7 @@ #define SMSG_CHAR_DELETE_FAILED 0x0070 #define SMSG_CHAR_DELETE2_ACK 0x0828 #define SMSG_CHAR_DELETE2_ACCEPT_ACTUAL_ACK 0x082a +#define SMSG_CHAR_DELETE2_CANCEL_ACK 0x082c #define SMSG_CHAR_MAP_INFO 0x0071 #define SMSG_CHAR_SWITCH_RESPONSE 0x00b3 |