summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 65e11d3ca..7a643fa3e 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -688,6 +688,7 @@ struct script_interface {
unsigned int (*array_size) (struct script_state *st, struct map_session_data *sd, const char *name);
unsigned int (*array_highest_key) (struct script_state *st, struct map_session_data *sd, const char *name);
int (*array_free_db) (DBKey key, DBData *data, va_list ap);
+ void (*array_ensure_zero) (struct script_state *st, struct map_session_data *sd, int64 uid, struct DBMap** ref);
/* */
void (*reg_destroy_single) (struct map_session_data *sd, int64 reg, struct script_reg_state *data);
int (*reg_destroy) (DBKey key, DBData *data, va_list ap);