summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2015-02-13 11:22:11 -0200
committershennetsind <ind@henn.et>2015-02-13 11:22:11 -0200
commit1e609ca42e0ab4c7699b55dcfa043891b9a41136 (patch)
tree5aea0570306b6966d4a422a67fc679125621e5a6 /src/map/status.c
parent868a2b4ab50431e0d0a48927b40156d5a83d9d46 (diff)
parent3487f7d9e52d072c56a3cfdad07c54476fd53ecb (diff)
downloadhercules-1e609ca42e0ab4c7699b55dcfa043891b9a41136.tar.gz
hercules-1e609ca42e0ab4c7699b55dcfa043891b9a41136.tar.bz2
hercules-1e609ca42e0ab4c7699b55dcfa043891b9a41136.tar.xz
hercules-1e609ca42e0ab4c7699b55dcfa043891b9a41136.zip
Merge branch 'master' of github.com:HerculesWS/Hercules
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 2595e8cf1..33287e472 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;