diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 00:50:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 00:50:07 +0300 |
commit | f5b6737ff13e1ad538745fb0c9d09254b80cb3ed (patch) | |
tree | 0e92ac957ea380632b5a74ec0e9ff072c729ec20 /src/net/eathena/protocol.h | |
parent | f6666a0854d1300ae54eba5b850a41f3b9ebc047 (diff) | |
download | plus-f5b6737ff13e1ad538745fb0c9d09254b80cb3ed.tar.gz plus-f5b6737ff13e1ad538745fb0c9d09254b80cb3ed.tar.bz2 plus-f5b6737ff13e1ad538745fb0c9d09254b80cb3ed.tar.xz plus-f5b6737ff13e1ad538745fb0c9d09254b80cb3ed.zip |
eathena: add partial support for packet SMSG_CHAR_DELETE2_ACCEPT_ACTUAL_ACK 0x082a.
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 8a717b5c6..f4947736f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -52,6 +52,7 @@ #define SMSG_CHAR_DELETE_SUCCEEDED 0x006f #define SMSG_CHAR_DELETE_FAILED 0x0070 #define SMSG_CHAR_DELETE2_ACK 0x0828 +#define SMSG_CHAR_DELETE2_ACCEPT_ACTUAL_ACK 0x082a #define SMSG_CHAR_MAP_INFO 0x0071 #define SMSG_CHAR_SWITCH_RESPONSE 0x00b3 |