summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/script.c b/src/map/script.c
index e6539bd5c..b5273721b 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -11965,9 +11965,9 @@ int script_reload()
script_save_mapreg();
mapreg_db->clear(mapreg_db, NULL);
- mapregstr_db->clear(mapreg_db, NULL);
- userfunc_db->clear(mapreg_db,do_final_userfunc_sub);
- scriptlabel_db->clear(mapreg_db, NULL);
+ mapregstr_db->clear(mapregstr_db, NULL);
+ userfunc_db->clear(userfunc_db,do_final_userfunc_sub);
+ scriptlabel_db->clear(scriptlabel_db, NULL);
if(sleep_db) {
struct linkdb_node *n = (struct linkdb_node *)sleep_db;