More cleanups for old clients.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15830 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
protimus
2012-04-04 01:20:06 +00:00
parent c4a0e9d911
commit f5f937c809
3 changed files with 4 additions and 53 deletions

View File

@@ -15588,7 +15588,6 @@ BUILDIN_FUNC(areamobuseskill)
BUILDIN_FUNC(progressbar)
{
#if PACKETVER >= 20080318
struct map_session_data * sd = script_rid2sd(st);
const char * color;
unsigned int second;
@@ -15605,7 +15604,6 @@ BUILDIN_FUNC(progressbar)
sd->progressbar.timeout = gettick() + second*1000;
clif_progressbar(sd, strtol(color, (char **)NULL, 0), second);
#endif
return 0;
}