From 3487f7d9e52d072c56a3cfdad07c54476fd53ecb Mon Sep 17 00:00:00 2001 From: malufett Date: Fri, 13 Feb 2015 21:20:58 +0800 Subject: Fixed Bug#8514 -http://hercules.ws/board/tracker/issue-8514-homunculus-not-gaining-aspd/?gopid=24511#entry24511 Signed-off-by: malufett --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 296bbe1f3..d5c49c07c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -3722,7 +3722,7 @@ void status_calc_bl_main(struct block_list *bl, /*enum scb_flag*/int flag) { #else amotion = (1000 - 4 * st->agi - st->dex) * ((TBL_HOM*)bl)->homunculusDB->baseASPD / 1000; - amotion = status->calc_aspd_rate(bl, sc, bst->aspd_rate); + amotion = status->calc_aspd_rate(bl, sc, amotion); if ( st->aspd_rate != 1000 ) amotion = amotion*st->aspd_rate / 1000; -- cgit v1.2.3-60-g2f50