summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-04 23:44:48 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-04 23:44:48 +0300
commit0eafefa3d40cf730749cd7fdfb94f73313e1a159 (patch)
treee3ed31b60d4adf148c15355a1827f4275e709724 /src/net/tmwa/beinghandler.h
parent9d4f90750bb47f918881790edf4c60c15aa37019 (diff)
downloadplus-0eafefa3d40cf730749cd7fdfb94f73313e1a159.tar.gz
plus-0eafefa3d40cf730749cd7fdfb94f73313e1a159.tar.bz2
plus-0eafefa3d40cf730749cd7fdfb94f73313e1a159.tar.xz
plus-0eafefa3d40cf730749cd7fdfb94f73313e1a159.zip
add support for getting full move path from server (evol only).
Also change netcode version to 10. Some times still movement bit wrong.
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r--src/net/tmwa/beinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h
index c008d12be..eea967168 100644
--- a/src/net/tmwa/beinghandler.h
+++ b/src/net/tmwa/beinghandler.h
@@ -54,6 +54,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
virtual void processPlayerMoveUpdate(Net::MessageIn &msg,
const int type) const;
+
+ virtual void processBeingMove3(Net::MessageIn &msg) const;
};
} // namespace TmwAthena