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 715358142..596cdc55d 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1378,7 +1378,7 @@ static struct Damage battle_calc_weapon_attack(
if(sd && sd->cart_weight)
skillratio += 100*sd->cart_weight/battle_config.max_cart_weight; // +1% every 1% weight
else if (!sd)
- skillratio += 150; //Max damage for non players.
+ skillratio += 100; //Max damage for non players.
break;
case NPC_RANDOMATTACK:
skillratio += rand()%150-50;