summaryrefslogtreecommitdiff
path: root/src/net/eathena/homunculushandler.h
diff options
context:
space:
mode:
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 c8f42f6b6..f3c7a48aa 100644
--- a/src/net/eathena/homunculushandler.h
+++ b/src/net/eathena/homunculushandler.h
@@ -51,6 +51,8 @@ class HomunculusHandler final : public MessageHandler,
void talk(const std::string &restrict text) const override final;
+ void emote(const uint8_t emoteId) const override final;
+
protected:
static void processHomunculusSkills(Net::MessageIn &msg);