summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-26 09:46:45 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-26 09:46:45 +0000
commitffcebec91192484588b2a5853782d026e5370f0c (patch)
tree2e97d4e2b613bf2395f0f1b47435c0caf1686cc5 /src/map/script.h
parent4eabbb012ad6e6a4b9b3343e090b96de2841c1cf (diff)
downloadhercules-ffcebec91192484588b2a5853782d026e5370f0c.tar.gz
hercules-ffcebec91192484588b2a5853782d026e5370f0c.tar.bz2
hercules-ffcebec91192484588b2a5853782d026e5370f0c.tar.xz
hercules-ffcebec91192484588b2a5853782d026e5370f0c.zip
* Mob control engine tested 99% working so far.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6770 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 87b03a5af..47de38c5c 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -69,7 +69,7 @@ int run_script(struct script_code *rootscript,int pos,int rid,int oid);
int set_var(struct map_session_data *sd, char *name, void *val);
int conv_num(struct script_state *st,struct script_data *data);
char* conv_str(struct script_state *st,struct script_data *data);
-void setd_sub(struct script_state *st, struct map_session_data *sd, char *varname, int elem, void *value);
+void setd_sub(struct script_state *st, struct map_session_data *sd, char *varname, int elem, void *value, struct linkdb_node **ref);
int run_script_timer(int tid, unsigned int tick, int id, int data);
int run_script_main(struct script_state *st);