diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-10-16 21:01:07 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-10-16 21:01:07 +0800 |
commit | f943c061b5c29bf906830c8ff9e9114f00a88951 (patch) | |
tree | 3fb19a8e76d132e7d811da1b13b4b09a85f48f7d /src/map/clif.h | |
parent | d31790a2e2305fac4acb48a42a7ab2ef69830428 (diff) | |
download | hercules-f943c061b5c29bf906830c8ff9e9114f00a88951.tar.gz hercules-f943c061b5c29bf906830c8ff9e9114f00a88951.tar.bz2 hercules-f943c061b5c29bf906830c8ff9e9114f00a88951.tar.xz hercules-f943c061b5c29bf906830c8ff9e9114f00a88951.zip |
Fixed Bug#7770
-split 'item_delay.txt'.
Follow up @ 9692bc034537693d331148ae8bd15153265c6cf0
-implement PACKET_ZC_SHOWSCRIPT. Special thanks to Kyeme and super awesome Yommy.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 2baca2aaf..6d0fc0fc1 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -759,6 +759,7 @@ struct clif_interface { void (*wisexin) (struct map_session_data *sd,int type,int flag); void (*wisall) (struct map_session_data *sd,int type,int flag); void (*PMIgnoreList) (struct map_session_data* sd); + void (*ShowScript) (struct block_list* bl, const char* message); /* trade handling */ void (*traderequest) (struct map_session_data* sd, const char* name); void (*tradestart) (struct map_session_data* sd, uint8 type); |