summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-16 15:51:47 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-16 15:51:47 +0000
commit3beaa56293a5ffcdaa31448c1a13fedbde46ba36 (patch)
treea2a172e3eb834e8a95cdf5e2546a8b61e7a98061 /src/map
parent236f3f46336cf648284b28a6b4bf7ffcec27fbd4 (diff)
downloadhercules-3beaa56293a5ffcdaa31448c1a13fedbde46ba36.tar.gz
hercules-3beaa56293a5ffcdaa31448c1a13fedbde46ba36.tar.bz2
hercules-3beaa56293a5ffcdaa31448c1a13fedbde46ba36.tar.xz
hercules-3beaa56293a5ffcdaa31448c1a13fedbde46ba36.zip
fixed compilation error
removed extra } git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1238 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 3a6a29fde..1bea08249 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -2901,7 +2901,7 @@ int inter_config_read(char *cfgName)
inter_config_read(w2);
}
#ifndef TXT_ONLY
- } else if(strcmpi(w1,"item_db_db")==0){
+ else if(strcmpi(w1,"item_db_db")==0){
strcpy(item_db_db,w2);
} else if(strcmpi(w1,"mob_db_db")==0){
strcpy(mob_db_db,w2);