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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index d613b925b..0c417243a 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1555,7 +1555,7 @@ static struct Damage battle_calc_weapon_attack(
skillratio += 10+110*skill_lv;
break;
case HFLI_SBR44: //[orn]
- skillratio += 100 * skill_lv ;
+ skillratio += 100 *(skill_lv-1);
}
ATK_RATE(skillratio);