summaryrefslogtreecommitdiff
path: root/src/net/tmwa/homunculushandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-25 16:54:25 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-25 17:03:55 +0300
commit74b96285c2ad2f07af0af9f8926bcd5e253dcde9 (patch)
tree6569048c204a9df2aa03a26e456ed5d3ee4bfe74 /src/net/tmwa/homunculushandler.cpp
parentd5fa4f03b3f09efd0551b0dfd8bc2dc7de4d4acc (diff)
downloadManaVerse-74b96285c2ad2f07af0af9f8926bcd5e253dcde9.tar.gz
ManaVerse-74b96285c2ad2f07af0af9f8926bcd5e253dcde9.tar.bz2
ManaVerse-74b96285c2ad2f07af0af9f8926bcd5e253dcde9.tar.xz
ManaVerse-74b96285c2ad2f07af0af9f8926bcd5e253dcde9.zip
eathena: add packet CMSG_HOMMERC_MOVE_TO 0x0232.
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 b0760454e..598aed30e 100644
--- a/src/net/tmwa/homunculushandler.cpp
+++ b/src/net/tmwa/homunculushandler.cpp
@@ -50,4 +50,8 @@ void HomunculusHandler::moveToMaster() const
{
}
+void HomunculusHandler::move(const int x A_UNUSED, const int y A_UNUSED) const
+{
+}
+
} // namespace TmwAthena