diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 718deaefc..f20fc3fc1 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5569,7 +5569,7 @@ short status_calc_aspd_rate(struct block_list *bl, struct status_change *sc, int max = sc->data[SC_ASSNCROS]->val2; } } - aspd_rate -= max; + aspd_rate -= 10 * max; // let's multiply here for consistency if(sc->data[SC_BERSERK]) aspd_rate -= 300; |