summaryrefslogtreecommitdiff
path: root/src/map/npc.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-04-05 17:42:57 -0400
committermekolat <mekolat@gmail.com>2015-04-05 17:42:57 -0400
commit6386c30dc06a5fdf739ed26abe4c706a8eddb62e (patch)
tree91de4b705dcea5119840f97f2097a8e113cf6f30 /src/map/npc.hpp
parent6f4699ff0c6400a2adc5e4008b2e289737f4a303 (diff)
downloadtmwa-6386c30dc06a5fdf739ed26abe4c706a8eddb62e.tar.gz
tmwa-6386c30dc06a5fdf739ed26abe4c706a8eddb62e.tar.bz2
tmwa-6386c30dc06a5fdf739ed26abe4c706a8eddb62e.tar.xz
tmwa-6386c30dc06a5fdf739ed26abe4c706a8eddb62e.zip
remove deprecated cmdothernpc
Diffstat (limited to 'src/map/npc.hpp')
-rw-r--r--src/map/npc.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/npc.hpp b/src/map/npc.hpp
index c856a8c..a1e67e9 100644
--- a/src/map/npc.hpp
+++ b/src/map/npc.hpp
@@ -46,7 +46,6 @@ constexpr Species INVISIBLE_CLASS = wrap<Species>(32767);
int npc_event_dequeue(dumb_ptr<map_session_data> sd);
int npc_event(dumb_ptr<map_session_data> sd, NpcEvent npcname, int);
-int npc_command(dumb_ptr<map_session_data> sd, NpcName npcname, XString command);
int npc_touch_areanpc(dumb_ptr<map_session_data>, Borrowed<map_local>, int, int);
int npc_click(dumb_ptr<map_session_data>, BlockId);
int npc_scriptcont(dumb_ptr<map_session_data>, BlockId);