summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2013-06-17 00:31:23 -0700
committermalufett <malufett.eat.my.binaries@gmail.com>2013-06-17 00:31:23 -0700
commit962d203f95fd8b81d504f60aa28bb17cc268395d (patch)
treeee135ec397a8eceb679db918614084a32cc96952 /src/map/script.c
parent23167727ed5e798f12e2b9140b405b83003186e7 (diff)
downloadhercules-962d203f95fd8b81d504f60aa28bb17cc268395d.tar.gz
hercules-962d203f95fd8b81d504f60aa28bb17cc268395d.tar.bz2
hercules-962d203f95fd8b81d504f60aa28bb17cc268395d.tar.xz
hercules-962d203f95fd8b81d504f60aa28bb17cc268395d.zip
Fixed Bug#7380
-showprogressbar should now work as official.(Thanks Kyeme & Ryuuzaki) Fixed insane damage of Hatred Skills. (http://hercules.ws/board/topic/1110-renewal-attack/ - Thanks Axiom)
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 823febbc6..682faa42b 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -16312,6 +16312,7 @@ BUILDIN(progressbar)
sd->progressbar.npc_id = st->oid;
sd->progressbar.timeout = iTimer->gettick() + second*1000;
+ sd->state.workinprogress = 3;
clif->progressbar(sd, strtol(color, (char **)NULL, 0), second);
return true;