diff options
author | Haru <haru@dotalux.com> | 2016-07-10 16:00:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-10 16:00:25 +0200 |
commit | 339483ce1356e45c06dafc22a08dcac9b8c639f8 (patch) | |
tree | 50ca31c098a27a042d7f40bc8031ec479c0689ba /src/map/clif.h | |
parent | 468ceee02b8c4a0468be577463ee6ef9dc60086b (diff) | |
parent | 26881acaf4aa3bcc0296d382f333bce57fda82a7 (diff) | |
download | hercules-339483ce1356e45c06dafc22a08dcac9b8c639f8.tar.gz hercules-339483ce1356e45c06dafc22a08dcac9b8c639f8.tar.bz2 hercules-339483ce1356e45c06dafc22a08dcac9b8c639f8.tar.xz hercules-339483ce1356e45c06dafc22a08dcac9b8c639f8.zip |
Merge pull request #1350 from 4144/scconf
Extend with new flag sc_config.txt
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 df8b8f59c..2e324d28c 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -791,6 +791,7 @@ struct clif_interface { int (*autoshadowspell_list) (struct map_session_data *sd); int (*skill_itemlistwindow) ( struct map_session_data *sd, uint16 skill_id, uint16 skill_lv ); void (*sc_load) (struct block_list *bl, int tid, enum send_target target, int type, int val1, int val2, int val3); + void (*sc_continue) (struct block_list *bl, int tid, enum send_target target, int type, int val1, int val2, int val3); void (*sc_end) (struct block_list *bl, int tid, enum send_target target, int type); void (*initialstatus) (struct map_session_data *sd); void (*cooldown_list) (int fd, struct skill_cd* cd); |