summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2017-12-09 01:13:36 +0000
committerAsheraf <acheraf1998@gmail.com>2017-12-11 13:54:19 +0000
commitea8dbdb04470859abe00eabc39990ee23adb398e (patch)
tree67ba090542d323a54e34bb02e344b64e486daffb /src/map/clif.h
parent85b71be7fd1134de6b45f9510006b84dc39975ac (diff)
downloadhercules-ea8dbdb04470859abe00eabc39990ee23adb398e.tar.gz
hercules-ea8dbdb04470859abe00eabc39990ee23adb398e.tar.bz2
hercules-ea8dbdb04470859abe00eabc39990ee23adb398e.tar.xz
hercules-ea8dbdb04470859abe00eabc39990ee23adb398e.zip
Add support for packet ZC_PROGRESS_ACTOR
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index e348bbb08..69567cc2c 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -796,6 +796,7 @@ struct clif_interface {
void (*font) (struct map_session_data *sd);
void (*progressbar) (struct map_session_data * sd, unsigned int color, unsigned int second);
void (*progressbar_abort) (struct map_session_data * sd);
+ void (*progressbar_unit) (struct block_list *bl, uint32 color, uint32 time);
void (*showdigit) (struct map_session_data* sd, unsigned char type, int value);
int (*elementalconverter_list) (struct map_session_data *sd);
int (*spellbook_list) (struct map_session_data *sd);