summaryrefslogtreecommitdiff
path: root/src/net/eathena/familyhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-15 21:11:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-15 21:11:10 +0300
commitc259c8285f394a56a42fb07eb2aa2e033b346954 (patch)
tree2c8343800fbc8201a127f011fc6f3379d67b6ab8 /src/net/eathena/familyhandler.h
parentd276f218f8b1b06d088fe83ae5e11ab11deaa259 (diff)
downloadplus-c259c8285f394a56a42fb07eb2aa2e033b346954.tar.gz
plus-c259c8285f394a56a42fb07eb2aa2e033b346954.tar.bz2
plus-c259c8285f394a56a42fb07eb2aa2e033b346954.tar.xz
plus-c259c8285f394a56a42fb07eb2aa2e033b346954.zip
eathena: add partial support for packet SMSG_ASK_FOR_CHILD 0x01f6.
Diffstat (limited to 'src/net/eathena/familyhandler.h')
-rw-r--r--src/net/eathena/familyhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/familyhandler.h b/src/net/eathena/familyhandler.h
index 170ca6351..f96f2aeac 100644
--- a/src/net/eathena/familyhandler.h
+++ b/src/net/eathena/familyhandler.h
@@ -40,6 +40,9 @@ class FamilyHandler final : public MessageHandler,
void handleMessage(Net::MessageIn &msg) override final;
void askForChild(const Being *const being) override final;
+
+ protected:
+ void processAskForChild(Net::MessageIn &msg);
};
} // namespace EAthena