diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 20:54:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 20:54:19 +0300 |
commit | 66f9a6c93e9b172938136dabc1e3fe8840310ca6 (patch) | |
tree | 48088b96222412978fd41c5dbb5ac0de140666b8 /src/net/eathena/protocol.h | |
parent | 674269cdc7ce138b4c9b89f19ade3186888119cc (diff) | |
download | plus-66f9a6c93e9b172938136dabc1e3fe8840310ca6.tar.gz plus-66f9a6c93e9b172938136dabc1e3fe8840310ca6.tar.bz2 plus-66f9a6c93e9b172938136dabc1e3fe8840310ca6.tar.xz plus-66f9a6c93e9b172938136dabc1e3fe8840310ca6.zip |
eathena: add partial support for packet SMSG_FRIENDS_DELETE_PLAYER 0x020a.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 23cd0d230..ef4979926 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -346,6 +346,7 @@ #define SMSG_FRIENDS_LIST 0x0201 #define SMSG_FRIENDS_REQUEST 0x0207 #define SMSG_FRIENDS_REQUEST_ACK 0x0209 +#define SMSG_FRIENDS_DELETE_PLAYER 0x020a #define SMSG_AUCTION_OPEN_WINDOW 0x025f #define SMSG_AUCTION_RESULTS 0x0252 @@ -595,7 +596,7 @@ #define CMSG_FRIENDS_ADD_PLAYER 0x091a #define CMSG_FRIENDS_REQUEST_ACK 0x0208 -#define CMSG_FRIENDS_DELETE_PLAYER 0x020a +#define CMSG_FRIENDS_DELETE_PLAYER 0x0203 #define CMSG_AUCTION_CANCEL_REG 0x024b #define CMSG_AUCTION_SET_ITEM 0x024c |