From a873c21e2174e303e23e00feb90ffbd4a682c162 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 8 Apr 2008 22:46:09 +0000 Subject: [PATCH] Lolbug. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12541 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/status.c b/src/map/status.c index 8f756d0ca0..046e13b2a4 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);