summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2014-05-23 13:56:21 +0800
committermalufett <malufett.eat.my.binaries@gmail.com>2014-05-23 13:56:21 +0800
commit7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81 (patch)
tree9a46404a784bba8e98207ebcbebf157277b6e302 /src/map/skill.h
parent3471e840816fb895dbad6870ec48495ef4b398c8 (diff)
parent95b7bdbf81b839ca49b58dd7cc843aafdb228f09 (diff)
downloadhercules-7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81.tar.gz
hercules-7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81.tar.bz2
hercules-7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81.tar.xz
hercules-7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 66d6dc39e..6666fbbf2 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -1918,6 +1918,8 @@ struct skill_interface {
int (*autospell) (struct map_session_data *md,uint16 skill_id);
int (*calc_heal) (struct block_list *src, struct block_list *target, uint16 skill_id, uint16 skill_lv, bool heal);
bool (*check_cloaking) (struct block_list *bl, struct status_change_entry *sce);
+ int (*check_cloaking_end) (struct block_list *bl, va_list ap);
+ bool (*can_cloak) (struct map_session_data *sd);
int (*enchant_elemental_end) (struct block_list *bl, int type);
int (*not_ok) (uint16 skill_id, struct map_session_data *sd);
int (*not_ok_hom) (uint16 skill_id, struct homun_data *hd);