From e5e28d108ebc656fcb8a39775b84e725ca4abbb9 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 13 Jun 2013 08:51:01 -0300 Subject: Script.c Interface : detach rid Special Thanks to Shizaku for pointing it out! Signed-off-by: shennetsind --- src/map/script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/script.h') diff --git a/src/map/script.h b/src/map/script.h index 96fcdc23a..92a083556 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -361,6 +361,7 @@ struct script_interface { int (*conv_num) (struct script_state *st,struct script_data *data); const char* (*conv_str) (struct script_state *st,struct script_data *data); TBL_PC *(*rid2sd) (struct script_state *st); + void (*detach_rid) (struct script_state* st); struct script_data* (*push_val)(struct script_stack* stack, enum c_op type, int val, struct DBMap** ref); void (*get_val) (struct script_state* st, struct script_data* data); void* (*get_val2) (struct script_state* st, int uid, struct DBMap** ref); -- cgit v1.2.3-60-g2f50