From 1fb8ea107a7b638e3b785364d69fc18f05a99c2b Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Wed, 10 Nov 2010 20:32:31 +0000 Subject: Made bAtkRate add the rate rather than setting it. (bugreport:4499) Warning: This will break backwards compatibility for item scripts which rely on the previous effect for this (although most people assumed it added, as described in the bonus doc). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14456 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index fde6402a3..19bea1036 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1396,7 +1396,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo if(sd) { if (sd->atk_rate != 100) - ATK_RATE(sd->atk_rate); + ATK_ADDRATE(sd->atk_rate); if(flag.cri && sd->crit_atk_rate) ATK_ADDRATE(sd->crit_atk_rate); -- cgit v1.2.3-60-g2f50