summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-28 23:24:54 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-28 23:24:54 +0300
commita7f88de7bbea019bf443da0aa31b03d2273739df (patch)
treefd42726656766b6fb6b6b256105be7633e3a7372 /src/net/eathena/adminhandler.cpp
parenta240a48c1e2c3abb240f5957d949a7b6b1753ca5 (diff)
downloadManaVerse-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.gz
ManaVerse-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.bz2
ManaVerse-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.xz
ManaVerse-a7f88de7bbea019bf443da0aa31b03d2273739df.zip
Add chat command /hidenpc. Also add it to npc context menu.
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r--src/net/eathena/adminhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp
index cc1465ee0..d80cf3171 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -337,4 +337,9 @@ void AdminHandler::npcMove(const std::string &name,
name.c_str()));
}
+void AdminHandler::hideNpc(const std::string &name) const
+{
+ Gm::runCommand("hidenpc", name);
+}
+
} // namespace EAthena