summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-03 00:04:17 +0200
committerGitHub <noreply@github.com>2018-04-03 00:04:17 +0200
commit237fd6d094d698f22dceccfb87e7957cdcf1af3d (patch)
treef967ad604e6e9ba91cc084fe4336c3dda1487ba9 /src/map/clif.h
parent112c34e0e1b92397f0df7eea459fcbac946d340b (diff)
parent1f5fc491881f1a75c261e6c2321c6b92eb2d01bc (diff)
downloadhercules-237fd6d094d698f22dceccfb87e7957cdcf1af3d.tar.gz
hercules-237fd6d094d698f22dceccfb87e7957cdcf1af3d.tar.bz2
hercules-237fd6d094d698f22dceccfb87e7957cdcf1af3d.tar.xz
hercules-237fd6d094d698f22dceccfb87e7957cdcf1af3d.zip
Merge pull request #1965 from dastgir/2018/3-hateffect
Implemented HatEffect
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index acf79c373..ba1a31187 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1413,6 +1413,9 @@ struct clif_interface {
void (*clan_leave) (struct map_session_data *sd);
void (*clan_message) (struct clan *c, const char *mes, int len);
void (*pClanMessage) (int fd, struct map_session_data* sd);
+ /* Hat Effect */
+ void (*hat_effect) (struct block_list *bl, struct block_list *tbl, enum send_target target);
+ void (*hat_effect_single) (struct block_list *bl, uint16 effectId, bool enable);
};
#ifdef HERCULES_CORE