diff options
Diffstat (limited to 'src/net/tmwa/adminhandler.h')
-rw-r--r-- | src/net/tmwa/adminhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h index 88bd007f8..bdb7e1037 100644 --- a/src/net/tmwa/adminhandler.h +++ b/src/net/tmwa/adminhandler.h @@ -126,6 +126,8 @@ class AdminHandler final : public Ea::AdminHandler A_CONST; void randomWarp(const std::string &name) const override final A_CONST; + + void gotoNpc(const std::string &name) const override final A_CONST; }; } // namespace TmwAthena |