diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-07-04 09:42:25 -0700 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-07-04 09:42:25 -0700 |
commit | 6ced266cc8d41ce6a3c5323c22f295e37b3f5684 (patch) | |
tree | 439ffc4e3f862e33b4b7c8087484867dbfce9e19 | |
parent | 83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a (diff) | |
download | hercules-6ced266cc8d41ce6a3c5323c22f295e37b3f5684.tar.gz hercules-6ced266cc8d41ce6a3c5323c22f295e37b3f5684.tar.bz2 hercules-6ced266cc8d41ce6a3c5323c22f295e37b3f5684.tar.xz hercules-6ced266cc8d41ce6a3c5323c22f295e37b3f5684.zip |
Follow up 83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a
-rw-r--r-- | src/map/battle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index a1c0a01d3..31a4ddc89 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4710,10 +4710,11 @@ struct Damage battle_calc_weapon_attack(struct block_list *src,struct block_list if( (i = battle->adjust_skill_damage(src->m,skill_id)) ) ATK_RATE(i); - +#ifdef RENEWAL if( skill_id && (wd.damage+wd.damage2) ){ RE_SKILL_REDUCTION(); } +#endif if( sd ) { if (skill_id && (i = pc->skillatk_bonus(sd, skill_id))) |