From 25bf3308cf490313b4a86b78643226f078ce4f7e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Feb 2016 19:37:31 +0300 Subject: Add chat command /gotonpc. Also add it to npc context menu. --- src/net/eathena/adminhandler.cpp | 5 +++++ src/net/eathena/adminhandler.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'src/net/eathena') diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp index b647f92b0..f1742315b 100644 --- a/src/net/eathena/adminhandler.cpp +++ b/src/net/eathena/adminhandler.cpp @@ -265,4 +265,9 @@ void AdminHandler::randomWarp(const std::string &name) const Gm::runCharCommand("jump", name); } +void AdminHandler::gotoNpc(const std::string &name) const +{ + Gm::runCommand("tonpc", name); +} + } // namespace EAthena diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h index c7f997590..0ddc8b348 100644 --- a/src/net/eathena/adminhandler.h +++ b/src/net/eathena/adminhandler.h @@ -114,6 +114,8 @@ class AdminHandler final : public Ea::AdminHandler void randomWarp(const std::string &name) const override final; + void gotoNpc(const std::string &name) const override final; + protected: static std::string mStatsName; }; -- cgit v1.2.3-70-g09d2