summaryrefslogtreecommitdiff
path: root/src/emap/skill.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-21 14:32:05 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-21 14:32:05 -0300
commit517290161699e4092989c6c892710cc63fd3e1aa (patch)
treef42925d83c69491d494d207774b9951cfea92033 /src/emap/skill.h
parentf8d8b072fcba2678f40e13947b1e621b0ffde262 (diff)
downloadevol-hercules-517290161699e4092989c6c892710cc63fd3e1aa.tar.gz
evol-hercules-517290161699e4092989c6c892710cc63fd3e1aa.tar.bz2
evol-hercules-517290161699e4092989c6c892710cc63fd3e1aa.tar.xz
evol-hercules-517290161699e4092989c6c892710cc63fd3e1aa.zip
Patch the plugin so it delete items and works out-of-box
Diffstat (limited to 'src/emap/skill.h')
-rw-r--r--src/emap/skill.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/skill.h b/src/emap/skill.h
index 4ae9b27..aa400d8 100644
--- a/src/emap/skill.h
+++ b/src/emap/skill.h
@@ -105,4 +105,8 @@ int eskill_calc_heal_post(int retVal,
uint16 skill_lv __attribute__ ((unused)),
bool heal __attribute__ ((unused)));
+int eskill_consume_requirement_post(int retVal,
+ struct map_session_data *sd,
+ uint16 skill_id, uint16 skill_lv, short type);
+
#endif // EVOL_MAP_SKILL