diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-06-16 12:28:07 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-24 15:45:23 -0400 |
commit | e5c78cde01b5dac8a44589ff05104c8960541bfb (patch) | |
tree | a6dc845577f99eb86da9d0e3e293ec335ff84917 /src/map/script.h | |
parent | ae82ea6b23d3bd068eb54fb7199fe0b35cf4ef64 (diff) | |
download | hercules-e5c78cde01b5dac8a44589ff05104c8960541bfb.tar.gz hercules-e5c78cde01b5dac8a44589ff05104c8960541bfb.tar.bz2 hercules-e5c78cde01b5dac8a44589ff05104c8960541bfb.tar.xz hercules-e5c78cde01b5dac8a44589ff05104c8960541bfb.zip |
make buildin_recovery more versatile
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index fddcf4908..6c9ad2b8c 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -854,6 +854,8 @@ struct script_interface { int (*db_free_code_sub) (union DBKey key, struct DBData *data, va_list ap); void (*add_autobonus) (const char *autobonus); int (*menu_countoptions) (const char *str, int max_count, int *total); + int (*buildin_recovery_pc_sub) (struct map_session_data *sd, va_list ap); + int (*buildin_recovery_sub) (struct block_list *bl, va_list ap); int (*buildin_areawarp_sub) (struct block_list *bl, va_list ap); int (*buildin_areapercentheal_sub) (struct block_list *bl, va_list ap); void (*buildin_delitem_delete) (struct map_session_data *sd, int idx, int *amount, bool delete_items); |