diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 19bea1036..b520b1d97 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1395,7 +1395,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo //Add any bonuses that modify the base baseatk+watk (pre-skills) if(sd) { - if (sd->atk_rate != 100) + if (sd->atk_rate) ATK_ADDRATE(sd->atk_rate); if(flag.cri && sd->crit_atk_rate) |