diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-24 23:24:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-24 23:24:39 +0300 |
commit | d2fade5787cb2fa315056410af6d6e6b92438b14 (patch) | |
tree | bbdf2830c78a3230d3a55097a77d4f68498d9d0f /src/net/eathena/homunculushandler.h | |
parent | d3e9dc55ac13e99fd2634c87f4ffbff7e8781798 (diff) | |
download | plus-d2fade5787cb2fa315056410af6d6e6b92438b14.tar.gz plus-d2fade5787cb2fa315056410af6d6e6b92438b14.tar.bz2 plus-d2fade5787cb2fa315056410af6d6e6b92438b14.tar.xz plus-d2fade5787cb2fa315056410af6d6e6b92438b14.zip |
eathena: add packet SMSG_HOMUNCULUS_INFO 0x022e.
Diffstat (limited to 'src/net/eathena/homunculushandler.h')
-rw-r--r-- | src/net/eathena/homunculushandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/homunculushandler.h b/src/net/eathena/homunculushandler.h index c172adb90..6fa49a451 100644 --- a/src/net/eathena/homunculushandler.h +++ b/src/net/eathena/homunculushandler.h @@ -43,6 +43,8 @@ class HomunculusHandler final : public MessageHandler, void processHomunculusSkills(Net::MessageIn &msg); void processHomunculusData(Net::MessageIn &msg); + + void processHomunculusInfo(Net::MessageIn &msg); }; } // namespace EAthena |