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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user