summaryrefslogtreecommitdiff
path: root/src/net/eathena/familyhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 21:21:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 21:21:44 +0300
commit8b3c8b59e29dec385efc29c11d2917416ca66d04 (patch)
tree609b6a71023c003ae47d8d083feca25a4c19bab4 /src/net/eathena/familyhandler.h
parent720435e4d3d92626b4057061492bd20cc292e466 (diff)
downloadManaVerse-8b3c8b59e29dec385efc29c11d2917416ca66d04.tar.gz
ManaVerse-8b3c8b59e29dec385efc29c11d2917416ca66d04.tar.bz2
ManaVerse-8b3c8b59e29dec385efc29c11d2917416ca66d04.tar.xz
ManaVerse-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.h2
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;