|
@@ -2109,7 +2109,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo
|
|
|
|
|
|
ATK_ADDRATE(50*skill_lv); //Skill modifier applies to weight only.
|
|
|
} else {
|
|
|
- wd.damage = battle_calc_base_damage(sstatus, &sstatus->rhw, sc, tstatus->size, sd, i); //Monsters have no weight and use ATK instead
|
|
|
+ wd.damage = battle_calc_base_damage(sstatus, &sstatus->rhw, sc, tstatus->size, sd, 0); //Monsters have no weight and use ATK instead
|
|
|
}
|
|
|
|
|
|
i = sstatus->str/10;
|