summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 16:56:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 16:56:35 +0300
commiteb1925b3840c38d48a0704799f0f2027b3b414b8 (patch)
tree6fa2277452c0bd8a0e55221202ebcc1a81415e09 /src/net/eathena/adminhandler.cpp
parentea71948915fdfd9e658808a049283cf09a2b1694 (diff)
downloadplus-eb1925b3840c38d48a0704799f0f2027b3b414b8.tar.gz
plus-eb1925b3840c38d48a0704799f0f2027b3b414b8.tar.bz2
plus-eb1925b3840c38d48a0704799f0f2027b3b414b8.tar.xz
plus-eb1925b3840c38d48a0704799f0f2027b3b414b8.zip
Move recallName from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r--src/net/eathena/adminhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp
index a64374a38..4dfbe47bf 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -128,4 +128,8 @@ void AdminHandler::gotoName(const std::string &name) const
outMsg.writeString(name, 24, "name");
}
+void AdminHandler::recallName(const std::string &name) const
+{
+}
+
} // namespace EAthena