From 444835e777fbe49959ee8fe99746955018ec45eb Mon Sep 17 00:00:00 2001 From: malufett Date: Thu, 11 Jul 2013 20:56:11 +0800 Subject: Fixed Bug#7498 -Where RE equip atk doesn't properly update status window and negative equip atk should now affect atk. Signed-off-by: malufett --- src/map/pc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 87e80c264..28d74cfd1 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -2091,8 +2091,7 @@ int pc_bonus(struct map_session_data *sd,int type,int val) case SP_BASE_ATK: if(sd->state.lr_flag != 2) { #ifdef RENEWAL - sd->bonus.eatk += val; - clif->updatestatus(sd,SP_ATK2); + status->equip_atk += val; #else bonus = status->batk + val; status->batk = cap_value(bonus, 0, USHRT_MAX); -- cgit v1.2.3-60-g2f50