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/familyhandler.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/familyhandler.h')
-rw-r--r-- | src/net/eathena/familyhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/familyhandler.h b/src/net/eathena/familyhandler.h index f648c44cd..8238fc417 100644 --- a/src/net/eathena/familyhandler.h +++ b/src/net/eathena/familyhandler.h @@ -50,6 +50,8 @@ class FamilyHandler final : public MessageHandler, static void processDivorced(Net::MessageIn &msg); + static void processAskForChildReply(Net::MessageIn &msg); + private: static int mParent1; static int mParent2; |