From 393865bc4af7d3a7f96ff66480f6b7f7085fb41f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Feb 2015 20:09:07 +0300 Subject: eathena: add packet CMSG_HOMMERC_EMOTE 0x0b14. --- src/net/eathena/homunculushandler.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/homunculushandler.cpp') diff --git a/src/net/eathena/homunculushandler.cpp b/src/net/eathena/homunculushandler.cpp index 7eafac3cc..42426b57f 100644 --- a/src/net/eathena/homunculushandler.cpp +++ b/src/net/eathena/homunculushandler.cpp @@ -300,4 +300,10 @@ void HomunculusHandler::talk(const std::string &restrict text) const outMsg.writeInt8(0, "zero byte"); } +void HomunculusHandler::emote(const uint8_t emoteId) const +{ + createOutPacket(CMSG_HOMMERC_EMOTE); + outMsg.writeInt8(emoteId, "emote id"); +} + } // namespace EAthena -- cgit v1.2.3-60-g2f50