summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
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 4b4676d4d..cfd25fc82 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6132,7 +6132,7 @@ static short status_calc_fix_aspd(struct block_list *bl, struct status_change *s
// TMW2 Nerfing
if (aspd < 300)
- aspd=cap_value(aspd+(aspd / 2), 0, 300);
+ aspd=cap_value((300 + ((aspd - 300) * 11 / 20)), 0, 300);
// Status Conditions
if (!sc || !sc->count)