summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 950297d8a..b9e619132 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -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;
}