summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-04-22 20:29:11 -0400
committermekolat <mekolat@users.noreply.github.com>2015-04-23 11:58:30 -0400
commit6c0348dc296f9c038a0ca5d6e600c1d802981dc4 (patch)
tree46bed6e7467a7e9ba3feff342780d8c3ae219447 /src/map/clif.hpp
parente6ee7b3f99935a594e6462472fdc9d075408da0f (diff)
downloadtmwa-6c0348dc296f9c038a0ca5d6e600c1d802981dc4.tar.gz
tmwa-6c0348dc296f9c038a0ca5d6e600c1d802981dc4.tar.bz2
tmwa-6c0348dc296f9c038a0ca5d6e600c1d802981dc4.tar.xz
tmwa-6c0348dc296f9c038a0ca5d6e600c1d802981dc4.zip
make emotion send to a single rid
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 153cc7c..e9f0452 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -96,6 +96,7 @@ int clif_changeoption(dumb_ptr<block_list>); // area
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);
// trade