summaryrefslogtreecommitdiff
path: root/src/net/eathena/mercenaryhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mercenaryhandler.cpp')
-rw-r--r--src/net/eathena/mercenaryhandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/mercenaryhandler.cpp b/src/net/eathena/mercenaryhandler.cpp
index 27c1e361c..857890bd7 100644
--- a/src/net/eathena/mercenaryhandler.cpp
+++ b/src/net/eathena/mercenaryhandler.cpp
@@ -230,4 +230,10 @@ void MercenaryHandler::talk(const std::string &restrict text) const
outMsg.writeInt8(0, "zero byte");
}
+void MercenaryHandler::emote(const uint8_t emoteId) const
+{
+ createOutPacket(CMSG_HOMMERC_EMOTE);
+ outMsg.writeInt8(emoteId, "emote id");
+}
+
} // namespace EAthena