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 2be66abf4..76a6b606f 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1466,7 +1466,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo
skillratio += 40*skill_lv-60;
break;
case SN_SHARPSHOOTING:
- skillratio += 50*skill_lv;
+ skillratio += 100+50*skill_lv;
break;
case CG_ARROWVULCAN:
skillratio += 100+100*skill_lv;