diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-29 14:25:14 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-29 14:25:14 +0000 |
commit | 4b1d3c2d3884f6555afece768870910c9e9e7775 (patch) | |
tree | 485965116918b2a453a96dceaf89e16b0450d908 /src/map/skill.h | |
parent | 560fb33ed7fc650fd7f5a4e5f4eec423202ca6d5 (diff) | |
download | hercules-4b1d3c2d3884f6555afece768870910c9e9e7775.tar.gz hercules-4b1d3c2d3884f6555afece768870910c9e9e7775.tar.bz2 hercules-4b1d3c2d3884f6555afece768870910c9e9e7775.tar.xz hercules-4b1d3c2d3884f6555afece768870910c9e9e7775.zip |
* Added a new battle flag for telling which skills can have bHealPower effect.
* Added documentation for bHealPower.
* Fixed some behaviors for healing skills, (thanks to L0ne_W0lf)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13821 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 03c87c180..ae970cb37 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -318,7 +318,7 @@ void skill_identify(struct map_session_data *sd,int idx); void skill_weaponrefine(struct map_session_data *sd,int idx); // [Celest] int skill_autospell(struct map_session_data *md,int skillid); -int skill_calc_heal(struct block_list *src, struct block_list *target, int skill_id, int skill_lv); +int skill_calc_heal(struct block_list *src, struct block_list *target, int skill_id, int skill_lv, bool heal); bool skill_check_cloaking(struct block_list *bl, struct status_change_entry *sce); |