|
@@ -1994,7 +1994,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo
|
|
|
cardfix_=cardfix_*(100+sd->left_weapon.addrace2[t_race2])/100;
|
|
|
cardfix_=cardfix_*(100+sd->left_weapon.addrace[is_boss(target)?RC_BOSS:RC_NONBOSS])/100;
|
|
|
if( tstatus->race != RC_DEMIHUMAN )
|
|
|
- cardfix=cardfix*(100+sd->left_weapon.addrace[RC_NONDEMIHUMAN])/100;
|
|
|
+ cardfix_=cardfix_*(100+sd->left_weapon.addrace[RC_NONDEMIHUMAN])/100;
|
|
|
}
|
|
|
}
|
|
|
else
|