summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-04-29 22:31:07 -0500
committerWushin <pasekei@gmail.com>2015-04-29 22:31:07 -0500
commita75608ef2f62a07879e7ef6d73c0ebe5b23908b2 (patch)
treea9662a4100c2d2213d954239b7046f7b897a6cbe /src/map/clif.hpp
parentff87a3f275966dfcdd5a123b44b8802288ca6b22 (diff)
parent6c0348dc296f9c038a0ca5d6e600c1d802981dc4 (diff)
downloadtmwa-a75608ef2f62a07879e7ef6d73c0ebe5b23908b2.tar.gz
tmwa-a75608ef2f62a07879e7ef6d73c0ebe5b23908b2.tar.bz2
tmwa-a75608ef2f62a07879e7ef6d73c0ebe5b23908b2.tar.xz
tmwa-a75608ef2f62a07879e7ef6d73c0ebe5b23908b2.zip
Merge pull request #66 from mekolat/emotion
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