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:
ultramage 2008-05-31 01:53:51 +00:00
parent f41f88e375
commit 5ae3401e2a

View File

@ -2282,13 +2282,6 @@ int clif_updatestatus(struct map_session_data *sd,int type)
}
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;
}