summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-04-07 23:45:51 +0200
committerGitHub <noreply@github.com>2019-04-07 23:45:51 +0200
commita3a1e366f479a80d983a0c476c4cdc6ad3643a03 (patch)
treec0e5ba9127f858449bae19846f518df9ad9658d0 /src/map/clif.h
parentf89a6da63a50cefa8251d1a84f40d85cf109bd4e (diff)
parentf61b8dac943cf2c0e3a67659134c424d57064617 (diff)
downloadhercules-a3a1e366f479a80d983a0c476c4cdc6ad3643a03.tar.gz
hercules-a3a1e366f479a80d983a0c476c4cdc6ad3643a03.tar.bz2
hercules-a3a1e366f479a80d983a0c476c4cdc6ad3643a03.tar.xz
hercules-a3a1e366f479a80d983a0c476c4cdc6ad3643a03.zip
Merge pull request #2415 from AnnieRuru/76-showscript
Add optional parameter for *showscript to send target to SELF only
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 367e28449..6c9058cba 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1009,7 +1009,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);
+ void (*ShowScript) (struct block_list* bl, const char* message, enum send_target target);
/* trade handling */
void (*traderequest) (struct map_session_data* sd, const char* name);
void (*tradestart) (struct map_session_data* sd, uint8 type);