diff options
author | shennetsind <ind@henn.et> | 2013-05-31 02:04:24 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-31 02:04:24 -0300 |
commit | adc2e6ea9778e34945722f8f7d89e10cd9a4b972 (patch) | |
tree | 0178b50b3ef3bdcdd16d45a56d1c8d250c0eb2ea /src/map/clif.h | |
parent | 68ff83df2e3a161ebf67f9e8b1c64a0eab767f8b (diff) | |
download | hercules-adc2e6ea9778e34945722f8f7d89e10cd9a4b972.tar.gz hercules-adc2e6ea9778e34945722f8f7d89e10cd9a4b972.tar.bz2 hercules-adc2e6ea9778e34945722f8f7d89e10cd9a4b972.tar.xz hercules-adc2e6ea9778e34945722f8f7d89e10cd9a4b972.zip |
Fixed Bug #7272
Special Thanks to bgamez23
http://hercules.ws/board/tracker/issue-7272-secure-npctimeout-bug-for-those-npc-who-have-no-dialog-window/
Signed-off-by: shennetsind <ind@henn.et>
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 4347ad743..94b29db9a 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -553,6 +553,7 @@ struct clif_interface { void (*scriptinputstr) (struct map_session_data *sd, int npcid); void (*cutin) (struct map_session_data* sd, const char* image, int type); void (*sendfakenpc) (struct map_session_data *sd, int npcid); + void (*scriptclear) (struct map_session_data *sd, int npcid); /* client-user-interface-related */ void (*viewpoint) (struct map_session_data *sd, int npc_id, int type, int x, int y, int id, int color); int (*damage) (struct block_list* src, struct block_list* dst, unsigned int tick, int sdelay, int ddelay, int damage, int div, int type, int damage2); |