Removed the debug message from r12726 (bugreport:1587)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12747 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
f41f88e375
commit
5ae3401e2a
@ -2282,13 +2282,6 @@ int clif_updatestatus(struct map_session_data *sd,int type)
|
|||||||
}
|
}
|
||||||
WFIFOSET(fd,len);
|
WFIFOSET(fd,len);
|
||||||
|
|
||||||
if( type == SP_SPEED )
|
|
||||||
{
|
|
||||||
char buf[256];
|
|
||||||
sprintf(buf, "Your walk speed is now %d", sd->battle_status.speed);
|
|
||||||
clif_displaymessage(fd, buf);
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user