summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
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