summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authormomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-11 19:30:24 +0000
committermomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-11 19:30:24 +0000
commit20e444cce123f97b5e2d60cfb4c134c08479fb41 (patch)
tree29d77b688c4ae95293c25774b20e1bf5501d34d4 /src/map/skill.h
parent0a9185c28d74e04d751fc27ec4c55901cc0d9a73 (diff)
downloadhercules-20e444cce123f97b5e2d60cfb4c134c08479fb41.tar.gz
hercules-20e444cce123f97b5e2d60cfb4c134c08479fb41.tar.bz2
hercules-20e444cce123f97b5e2d60cfb4c134c08479fb41.tar.xz
hercules-20e444cce123f97b5e2d60cfb4c134c08479fb41.zip
Follow up to r16912 (bugreport:6435), the fix wasn't working because I was mistakenly reproducing the bug -_-
Now I hope I did everything right. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16913 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 78d83e100..a1ca832a3 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -299,6 +299,7 @@ int skill_delunitgroup_(struct skill_unit_group *group, const char* file, int li
#define skill_delunitgroup(group) skill_delunitgroup_(group,__FILE__,__LINE__,__func__)
int skill_clear_unitgroup(struct block_list *src);
int skill_clear_group(struct block_list *bl, int flag);
+void ext_skill_unit_onplace(struct skill_unit *src, struct block_list *bl, unsigned int tick);
int skill_unit_ondamaged(struct skill_unit *src,struct block_list *bl,int damage,unsigned int tick);