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 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/adminhandler.cpp') 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 -- cgit v1.2.3-60-g2f50