From 66f9a6c93e9b172938136dabc1e3fe8840310ca6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Mar 2015 20:54:19 +0300 Subject: eathena: add partial support for packet SMSG_FRIENDS_DELETE_PLAYER 0x020a. --- src/net/eathena/protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') 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 -- cgit v1.2.3-60-g2f50