summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 23:18:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 23:18:59 +0300
commite0988e8f2cf1f43207310e2a8c050f7e95fe970f (patch)
tree9ea7a12d6a1232c8874eaa0b4084e911e5cf2b0e /src/net/eathena/playerhandler.cpp
parent603d7aa8dd15738bbf72d83bdb0d6c4caedb62c8 (diff)
downloadplus-e0988e8f2cf1f43207310e2a8c050f7e95fe970f.tar.gz
plus-e0988e8f2cf1f43207310e2a8c050f7e95fe970f.tar.bz2
plus-e0988e8f2cf1f43207310e2a8c050f7e95fe970f.tar.xz
plus-e0988e8f2cf1f43207310e2a8c050f7e95fe970f.zip
eathena: add packet CMSG_DORI_DORI 0x01e7.
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp
index 991dd71b4..014a0ca65 100644
--- a/src/net/eathena/playerhandler.cpp
+++ b/src/net/eathena/playerhandler.cpp
@@ -384,4 +384,9 @@ void PlayerHandler::processWalkResponse(Net::MessageIn &msg)
BLOCK_END("PlayerHandler::processWalkResponse")
}
+void PlayerHandler::doriDori() const
+{
+ MessageOut outMsg(CMSG_DORI_DORI);
+}
+
} // namespace EAthena