diff options
author | Haru <haru@dotalux.com> | 2018-04-03 00:11:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 00:11:30 +0200 |
commit | 90ce24c61f48bf37f7f29e56b81f1d8713ddb299 (patch) | |
tree | dba691376f60e75d751267c6aea781a99cb27d80 /src/map/clif.h | |
parent | a16fcb957e18a65a8ca3e256ffae17f0665760e9 (diff) | |
parent | d02ebf0532fe251bfac6c6aec78e72eb64156bd7 (diff) | |
download | hercules-90ce24c61f48bf37f7f29e56b81f1d8713ddb299.tar.gz hercules-90ce24c61f48bf37f7f29e56b81f1d8713ddb299.tar.bz2 hercules-90ce24c61f48bf37f7f29e56b81f1d8713ddb299.tar.xz hercules-90ce24c61f48bf37f7f29e56b81f1d8713ddb299.zip |
Merge pull request #1111 from dastgir/24-2015Quests
changed quest packets to structure form + some update
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 ba1a31187..873188f84 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1021,6 +1021,7 @@ struct clif_interface { void (*quest_delete) (struct map_session_data *sd, int quest_id); void (*quest_update_status) (struct map_session_data *sd, int quest_id, bool active); void (*quest_update_objective) (struct map_session_data *sd, struct quest *qd); + void (*quest_notify_objective) (struct map_session_data *sd, struct quest *qd); void (*quest_show_event) (struct map_session_data *sd, struct block_list *bl, short state, short color); /* mail-related */ void (*mail_window) (int fd, int flag); |