diff options
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 |