diff options
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 |