diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-22 14:35:28 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-22 14:35:28 +0000 |
commit | 7ec5611976e5b04a947cca187bbd33431d2df52c (patch) | |
tree | 6ca0264fb9236c3c4c2b1063c539b06c4f2ff2fb /src/map/battle.h | |
parent | 932c76a02329e9c1b40f2b3d134ef22c55c19243 (diff) | |
download | hercules-7ec5611976e5b04a947cca187bbd33431d2df52c.tar.gz hercules-7ec5611976e5b04a947cca187bbd33431d2df52c.tar.bz2 hercules-7ec5611976e5b04a947cca187bbd33431d2df52c.tar.xz hercules-7ec5611976e5b04a947cca187bbd33431d2df52c.zip |
- Reverted the battle_calc_return_damage code as the previous one was correct, ninja self-targetted skills CAN be reflected.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9689 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 9ae06005e..c38e9b20b 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -25,7 +25,7 @@ struct block_list; struct Damage battle_calc_attack(int attack_type,struct block_list *bl,struct block_list *target,int skill_num,int skill_lv,int flag); -int battle_calc_return_damage(struct block_list *bl, int skill, int *damage, int flag); +int battle_calc_return_damage(struct block_list *bl, int *damage, int flag); void battle_drain(struct map_session_data *sd, struct block_list *tbl, int rdamage, int ldamage, int race, int boss); |