summaryrefslogtreecommitdiff
path: root/src/net/eathena/homunculushandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-25 13:39:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-25 13:39:42 +0300
commita08416d782bb9296578b2a69e4eb1e33f55523a4 (patch)
tree467817701e3c35ea6a41e8723d31b652c910db21 /src/net/eathena/homunculushandler.h
parentc551238526f12f0c28bf44bc131c7e95d675b61d (diff)
downloadManaVerse-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.gz
ManaVerse-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.bz2
ManaVerse-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.xz
ManaVerse-a08416d782bb9296578b2a69e4eb1e33f55523a4.zip
eathena: add packet CMSG_HOMMERC_TALK 0x0b13.
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 55b6aa165..c8f42f6b6 100644
--- a/src/net/eathena/homunculushandler.h
+++ b/src/net/eathena/homunculushandler.h
@@ -49,6 +49,8 @@ class HomunculusHandler final : public MessageHandler,
void fire() const override final;
+ void talk(const std::string &restrict text) const override final;
+
protected:
static void processHomunculusSkills(Net::MessageIn &msg);