diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 21:21:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 21:21:44 +0300 |
commit | 8b3c8b59e29dec385efc29c11d2917416ca66d04 (patch) | |
tree | 609b6a71023c003ae47d8d083feca25a4c19bab4 /src/net/eathena/protocol.h | |
parent | 720435e4d3d92626b4057061492bd20cc292e466 (diff) | |
download | plus-8b3c8b59e29dec385efc29c11d2917416ca66d04.tar.gz plus-8b3c8b59e29dec385efc29c11d2917416ca66d04.tar.bz2 plus-8b3c8b59e29dec385efc29c11d2917416ca66d04.tar.xz plus-8b3c8b59e29dec385efc29c11d2917416ca66d04.zip |
eathena: add partial support for packet SMSG_FAMILY_ASK_FOR_CHILD_REPLY 0x0216.
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 b1bbe3141..b04e58601 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -299,6 +299,7 @@ #define SMSG_FAMILY_ASK_FOR_CHILD 0x01f6 #define SMSG_FAMILY_CALL_PARTNER 0x01e6 #define SMSG_FAMILY_DIVORCED 0x0205 +#define SMSG_FAMILY_ASK_FOR_CHILD_REPLY 0x0216 #define SMSG_PET_MESSAGE 0x01aa #define SMSG_PET_ROULETTE 0x01a0 |