summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorDastgir <dastgirp@gmail.com>2018-02-07 13:46:54 +0530
committerDastgir <dastgirp@gmail.com>2018-02-09 21:54:42 +0530
commit132cc722fa490310b6e08a5cfe17625c8cf8baf1 (patch)
tree99f960c62aeca1233850dfa4e38f164e75ff2a69 /src/map/clif.h
parent19c94017a31d86f7848085162ffb741770975128 (diff)
downloadhercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.gz
hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.bz2
hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.xz
hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.zip
Implemented hatEffect.
Allows the player to have hatEffect specialeffects. Base taken from rAthena
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 c393c4f64..d6fbc3990 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