diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 3994541b5..c03bd388d 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -735,6 +735,10 @@ int clif_magicdecoy_list(struct map_session_data *sd, int skill_lv, short x, sho **/ int clif_poison_list(struct map_session_data *sd, int skill_lv); /** + * Shadow Chaser + **/ +int clif_autoshadowspell_list(struct map_session_data *sd); +/** * [RRInd] for the new mounts **/ int clif_status_load_notick(struct block_list *bl,int type,int flag,int val1, int val2, int val3); |