summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-06-25 00:33:53 +0200
committerGitHub <noreply@github.com>2017-06-25 00:33:53 +0200
commitaf5080ce0f7be883f1a2cc44c316e9465c11f7b3 (patch)
tree1213d7f63b02a26a8ba739b19b069253f26e7672 /src/map/script.h
parentae82ea6b23d3bd068eb54fb7199fe0b35cf4ef64 (diff)
parent40e0abd550c6fdebd4f6b325b5601f933bb9937c (diff)
downloadhercules-af5080ce0f7be883f1a2cc44c316e9465c11f7b3.tar.gz
hercules-af5080ce0f7be883f1a2cc44c316e9465c11f7b3.tar.bz2
hercules-af5080ce0f7be883f1a2cc44c316e9465c11f7b3.tar.xz
hercules-af5080ce0f7be883f1a2cc44c316e9465c11f7b3.zip
Merge pull request #1786 from mekolat/alive2
Make the recovery() command more versatile
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h2
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);