diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 01:52:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 01:52:32 +0300 |
commit | 633ec96c9a4403eeacdd91fdb5302f8989933265 (patch) | |
tree | 42ebebd0924fcb0c80b356c3eb2c439d9685f64d /src/net/eathena/protocol.h | |
parent | 90db2a6cd38c21648f6de6bdfad1e04654ff61da (diff) | |
download | plus-633ec96c9a4403eeacdd91fdb5302f8989933265.tar.gz plus-633ec96c9a4403eeacdd91fdb5302f8989933265.tar.bz2 plus-633ec96c9a4403eeacdd91fdb5302f8989933265.tar.xz plus-633ec96c9a4403eeacdd91fdb5302f8989933265.zip |
eathena: add packet CMSG_FRIENDS_REQUEST_ACK 0x0208.
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 c4f21b320..b7b86c612 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -480,5 +480,6 @@ #define SMSG_MERCENARY_ACTION 0x029f #define CMSG_FRIENDS_ADD_PLAYER 0x023b +#define CMSG_FRIENDS_REQUEST_ACK 0x0208 #endif // NET_EATHENA_PROTOCOL_H |