diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 20:51:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 20:51:35 +0300 |
commit | d276f218f8b1b06d088fe83ae5e11ab11deaa259 (patch) | |
tree | d31230865cb214fa2f5d6fe56198129691af1551 /src/net/tmwa/familyhandler.cpp | |
parent | 2b20ac0419cdeeebf47dd41c18811b683f06eb4a (diff) | |
download | plus-d276f218f8b1b06d088fe83ae5e11ab11deaa259.tar.gz plus-d276f218f8b1b06d088fe83ae5e11ab11deaa259.tar.bz2 plus-d276f218f8b1b06d088fe83ae5e11ab11deaa259.tar.xz plus-d276f218f8b1b06d088fe83ae5e11ab11deaa259.zip |
eathena: add packet CMSG_ASK_FOR_CHILD 0x01f9.
Diffstat (limited to 'src/net/tmwa/familyhandler.cpp')
-rw-r--r-- | src/net/tmwa/familyhandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/familyhandler.cpp b/src/net/tmwa/familyhandler.cpp index 0b372e939..abdcb5e4b 100644 --- a/src/net/tmwa/familyhandler.cpp +++ b/src/net/tmwa/familyhandler.cpp @@ -42,4 +42,8 @@ void FamilyHandler::handleMessage(Net::MessageIn &msg A_UNUSED) { } +void FamilyHandler::askForChild(const Being *const being A_UNUSED) +{ +} + } // namespace TmwAthena |