summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-23 10:59:36 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-23 10:59:36 +0000
commit5523bd56dc2b7bdafa3400d58ef2287799cc94da (patch)
tree1be44064fe1ef2dacaca68fb95f4f07fb0891c9f /src/map/script.c
parent9a545eac54af73dabf7a34de89e98a7d30b124f0 (diff)
downloadhercules-5523bd56dc2b7bdafa3400d58ef2287799cc94da.tar.gz
hercules-5523bd56dc2b7bdafa3400d58ef2287799cc94da.tar.bz2
hercules-5523bd56dc2b7bdafa3400d58ef2287799cc94da.tar.xz
hercules-5523bd56dc2b7bdafa3400d58ef2287799cc94da.zip
* Fixed typo (this time it's not my fault) in script_reload() clearing the same db each time o_o
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6708 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;