summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 16:48:18 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 16:48:18 +0300
commitdf22a0dfb16eeeadb90ef9944c97b5d49303a306 (patch)
treef93b396aa697c4ae29d63886656185af7c203a61 /src/net/eathena/adminhandler.h
parent06b7293d0f6b5dab909f108ce9dd38488d8ac48b (diff)
downloadplus-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.h')
-rw-r--r--src/net/eathena/adminhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h
index 7c8f3d650..c0209324a 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -55,6 +55,8 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler
void resetStats() const override final;
void resetSkills() const override final;
+
+ void gotoName(const std::string &name) const override final;
};
} // namespace EAthena