summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-07 19:35:44 -0400
committermekolat <mekolat@users.noreply.github.com>2015-05-19 16:00:59 -0400
commit6fd7eab6ba5d836c47847aca618ee02a50967072 (patch)
tree5b9f700da587944b915ba5b6b28cfdeeee4a9c25 /src/map/clif.hpp
parent20cbf97dbaded8c2bead5b4f1a4838528c63a2a5 (diff)
downloadtmwa-6fd7eab6ba5d836c47847aca618ee02a50967072.tar.gz
tmwa-6fd7eab6ba5d836c47847aca618ee02a50967072.tar.bz2
tmwa-6fd7eab6ba5d836c47847aca618ee02a50967072.tar.xz
tmwa-6fd7eab6ba5d836c47847aca618ee02a50967072.zip
allow to make npcs sit
Diffstat (limited to 'src/map/clif.hpp')
-rw-r--r--src/map/clif.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.hpp b/src/map/clif.hpp
index 5117ff3..862aed9 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -98,6 +98,7 @@ int clif_useitemack(dumb_ptr<map_session_data>, IOff0, int, int); // self
void clif_emotion(dumb_ptr<block_list> bl, int type);
void clif_emotion_towards(dumb_ptr<block_list> bl, dumb_ptr<block_list> target, int type);
void clif_sitting(Session *, dumb_ptr<map_session_data> sd);
+void clif_sitnpc(dumb_ptr<map_session_data> sd, dumb_ptr<npc_data> nd, bool area);
// trade
void clif_traderequest(dumb_ptr<map_session_data> sd, CharName name);