summaryrefslogtreecommitdiff
path: root/src/net/eathena/homunculushandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-24 20:59:51 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-24 20:59:51 +0300
commit580928d0c66ed4fe5274133f7eb19e8d60d76446 (patch)
tree9d5b4e52bdc47f4b22e93dd7130dd45a0fa4f9b8 /src/net/eathena/homunculushandler.h
parent2e59954b0a4c754098ca25829ace944814fabd80 (diff)
downloadplus-580928d0c66ed4fe5274133f7eb19e8d60d76446.tar.gz
plus-580928d0c66ed4fe5274133f7eb19e8d60d76446.tar.bz2
plus-580928d0c66ed4fe5274133f7eb19e8d60d76446.tar.xz
plus-580928d0c66ed4fe5274133f7eb19e8d60d76446.zip
eathena: add packet SMSG_HOMUNCULUS_SKILLS 0x0235.
Diffstat (limited to 'src/net/eathena/homunculushandler.h')
-rw-r--r--src/net/eathena/homunculushandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/homunculushandler.h b/src/net/eathena/homunculushandler.h
index 9a2e5bd76..25ea59622 100644
--- a/src/net/eathena/homunculushandler.h
+++ b/src/net/eathena/homunculushandler.h
@@ -38,6 +38,9 @@ class HomunculusHandler final : public MessageHandler,
A_DELETE_COPY(HomunculusHandler)
void handleMessage(Net::MessageIn &msg) override final;
+
+ protected:
+ void processHomunculusSkills(Net::MessageIn &msg);
};
} // namespace EAthena