From a7f88de7bbea019bf443da0aa31b03d2273739df Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Feb 2016 23:24:54 +0300 Subject: Add chat command /hidenpc. Also add it to npc context menu. --- src/net/tmwa/adminhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/tmwa/adminhandler.h') diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h index 3bed8949c..5a0233ab5 100644 --- a/src/net/tmwa/adminhandler.h +++ b/src/net/tmwa/adminhandler.h @@ -154,6 +154,8 @@ class AdminHandler final : public Ea::AdminHandler void npcMove(const std::string &name, const int x, const int y) const override final A_CONST; + + void hideNpc(const std::string &name) const override final A_CONST; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50