diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-11 16:48:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-11 16:48:18 +0300 |
commit | df22a0dfb16eeeadb90ef9944c97b5d49303a306 (patch) | |
tree | f93b396aa697c4ae29d63886656185af7c203a61 /src/net/eathena/adminhandler.cpp | |
parent | 06b7293d0f6b5dab909f108ce9dd38488d8ac48b (diff) | |
download | plus-df22a0dfb16eeeadb90ef9944c97b5d49303a306.tar.gz plus-df22a0dfb16eeeadb90ef9944c97b5d49303a306.tar.bz2 plus-df22a0dfb16eeeadb90ef9944c97b5d49303a306.tar.xz plus-df22a0dfb16eeeadb90ef9944c97b5d49303a306.zip |
Move gotoName from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r-- | src/net/eathena/adminhandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp index 10d573cf8..f470753e9 100644 --- a/src/net/eathena/adminhandler.cpp +++ b/src/net/eathena/adminhandler.cpp @@ -122,4 +122,8 @@ void AdminHandler::resetSkills() const outMsg.writeInt16(1, "flag"); } +void AdminHandler::gotoName(const std::string &name) const +{ +} + } // namespace EAthena |