summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2013-07-04 09:42:25 -0700
committermalufett <malufett.eat.my.binaries@gmail.com>2013-07-04 09:42:25 -0700
commit6ced266cc8d41ce6a3c5323c22f295e37b3f5684 (patch)
tree439ffc4e3f862e33b4b7c8087484867dbfce9e19
parent83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a (diff)
downloadhercules-6ced266cc8d41ce6a3c5323c22f295e37b3f5684.tar.gz
hercules-6ced266cc8d41ce6a3c5323c22f295e37b3f5684.tar.bz2
hercules-6ced266cc8d41ce6a3c5323c22f295e37b3f5684.tar.xz
hercules-6ced266cc8d41ce6a3c5323c22f295e37b3f5684.zip
Follow up 83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a
-rw-r--r--src/map/battle.c3
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)))