summaryrefslogtreecommitdiff
path: root/src/net/tmwa/homunculushandler.cpp
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/tmwa/homunculushandler.cpp
parentc551238526f12f0c28bf44bc131c7e95d675b61d (diff)
downloadplus-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.gz
plus-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.bz2
plus-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.xz
plus-a08416d782bb9296578b2a69e4eb1e33f55523a4.zip
eathena: add packet CMSG_HOMMERC_TALK 0x0b13.
Diffstat (limited to 'src/net/tmwa/homunculushandler.cpp')
-rw-r--r--src/net/tmwa/homunculushandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/homunculushandler.cpp b/src/net/tmwa/homunculushandler.cpp
index 5b3c5f6f7..d582371ce 100644
--- a/src/net/tmwa/homunculushandler.cpp
+++ b/src/net/tmwa/homunculushandler.cpp
@@ -67,4 +67,8 @@ void HomunculusHandler::fire() const
{
}
+void HomunculusHandler::talk(const std::string &restrict text A_UNUSED) const
+{
+}
+
} // namespace TmwAthena