summaryrefslogtreecommitdiff
path: root/src/map/npc.hpp
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-04-13 21:11:15 -0500
committerWushin <pasekei@gmail.com>2015-04-13 21:11:15 -0500
commit5b1612cf0187ebd04a22226027c211ea7030be04 (patch)
tree4f0e3c889b55caa301e7f5e40dc7620241cd94c1 /src/map/npc.hpp
parent9b5e4a69abecec73c71266de8ee8feb79842aea7 (diff)
parent6386c30dc06a5fdf739ed26abe4c706a8eddb62e (diff)
downloadtmwa-5b1612cf0187ebd04a22226027c211ea7030be04.tar.gz
tmwa-5b1612cf0187ebd04a22226027c211ea7030be04.tar.bz2
tmwa-5b1612cf0187ebd04a22226027c211ea7030be04.tar.xz
tmwa-5b1612cf0187ebd04a22226027c211ea7030be04.zip
Merge pull request #46 from mekolat/cmdothernpc
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 b9f32b9..b587f5f 100644
--- a/src/map/npc.hpp
+++ b/src/map/npc.hpp
@@ -45,7 +45,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);