diff options
Diffstat (limited to 'src/map')
-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 8f756d0ca..046e13b2a 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -3704,7 +3704,7 @@ static unsigned short status_calc_speed(struct block_list *bl, struct status_cha //Default speed coming in means there's no speed_rate adjustments. int new_speed = speed; - bool default_speed = (speed == 100); + bool default_speed = (speed == DEFAULT_WALK_SPEED); if(!sc || !sc->count) return cap_value(speed,10,USHRT_MAX); |