summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 3fe4a23b0..9b79927da 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1515,10 +1515,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo
skillratio += 100;
}
if( !skill_num )
- { // Random chance to deal multiplied damage - Consider it as part of skill-based-damage
- if( sd && sd->random_attack_increase_add > 0 && sd->random_attack_increase_per && rand()%100 < sd->random_attack_increase_per )
- skillratio += sd->random_attack_increase_add;
-
+ {
ATK_RATE(skillratio);
}
else