diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 12:39:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 12:39:55 +0300 |
commit | 470f883b5701b74ae956f02f1b91ac7e584776b2 (patch) | |
tree | 6a0d16edc598c3e95a499f1ac8da20acc2bf1e20 /src/net/eathena/protocol.h | |
parent | 633ec96c9a4403eeacdd91fdb5302f8989933265 (diff) | |
download | plus-470f883b5701b74ae956f02f1b91ac7e584776b2.tar.gz plus-470f883b5701b74ae956f02f1b91ac7e584776b2.tar.bz2 plus-470f883b5701b74ae956f02f1b91ac7e584776b2.tar.xz plus-470f883b5701b74ae956f02f1b91ac7e584776b2.zip |
eathena: add packet CMSG_FRIENDS_DELETE_PLAYER 0x020a.
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 b7b86c612..c2a6dfbfc 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -481,5 +481,6 @@ #define CMSG_FRIENDS_ADD_PLAYER 0x023b #define CMSG_FRIENDS_REQUEST_ACK 0x0208 +#define CMSG_FRIENDS_DELETE_PLAYER 0x020a #endif // NET_EATHENA_PROTOCOL_H |