Lolbug.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12541 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
c70160e956
commit
a873c21e21
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user