diff options
Diffstat (limited to 'src/net/tmwa/adminhandler.cpp')
-rw-r--r-- | src/net/tmwa/adminhandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.cpp b/src/net/tmwa/adminhandler.cpp index 363cd2552..76bec8fc5 100644 --- a/src/net/tmwa/adminhandler.cpp +++ b/src/net/tmwa/adminhandler.cpp @@ -207,4 +207,8 @@ void AdminHandler::randomWarp(const std::string &name A_UNUSED) const { } +void AdminHandler::gotoNpc(const std::string &name A_UNUSED) const +{ +} + } // namespace TmwAthena |