diff options
author | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-11 19:30:24 +0000 |
---|---|---|
committer | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-11 19:30:24 +0000 |
commit | 20e444cce123f97b5e2d60cfb4c134c08479fb41 (patch) | |
tree | 29d77b688c4ae95293c25774b20e1bf5501d34d4 /src/map/skill.c | |
parent | 0a9185c28d74e04d751fc27ec4c55901cc0d9a73 (diff) | |
download | hercules-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.c')
-rw-r--r-- | src/map/skill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 577a6539c..65ea0b600 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -10784,6 +10784,7 @@ struct skill_unit_group* skill_unitsetting (struct block_list *src, short skilli /*========================================== * *------------------------------------------*/ +void ext_skill_unit_onplace(struct skill_unit *src, struct block_list *bl, unsigned int tick){skill_unit_onplace(src, bl, tick);} static int skill_unit_onplace (struct skill_unit *src, struct block_list *bl, unsigned int tick) { struct skill_unit_group *sg; |