summaryrefslogtreecommitdiff
path: root/src/net/eathena/homunculushandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-25 17:56:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-25 17:56:16 +0300
commita8f264a9aad2ec9d90759a65d556cc97d7785fb6 (patch)
tree09608f0c3f50afa1b20a7d09babea5670e0dd844 /src/net/eathena/homunculushandler.h
parent5c504a65d5f0e66c653e7bf1085d326f6b636ed6 (diff)
downloadplus-a8f264a9aad2ec9d90759a65d556cc97d7785fb6.tar.gz
plus-a8f264a9aad2ec9d90759a65d556cc97d7785fb6.tar.bz2
plus-a8f264a9aad2ec9d90759a65d556cc97d7785fb6.tar.xz
plus-a8f264a9aad2ec9d90759a65d556cc97d7785fb6.zip
eathena: add packet SMSG_HOMUNCULUS_SKILL_UP 0x0239.
Diffstat (limited to 'src/net/eathena/homunculushandler.h')
-rw-r--r--src/net/eathena/homunculushandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/homunculushandler.h b/src/net/eathena/homunculushandler.h
index 3b7a82ace..c86dfb58e 100644
--- a/src/net/eathena/homunculushandler.h
+++ b/src/net/eathena/homunculushandler.h
@@ -57,6 +57,8 @@ class HomunculusHandler final : public MessageHandler,
void processHomunculusData(Net::MessageIn &msg);
void processHomunculusInfo(Net::MessageIn &msg);
+
+ void processHomunculusSkillUp(Net::MessageIn &msg);
};
} // namespace EAthena