فهرست منبع

fixed compilation error

removed extra }

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1238 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 20 سال پیش
والد
کامیت
1a2011bee7
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      Changelog-SVN.txt
  2. 1 1
      src/map/map.c

+ 1 - 0
Changelog-SVN.txt

@@ -1,6 +1,7 @@
 Date	Added
 
 03/16
+        * map.c fixed compilation error [Lupus]
         * Updated jA's dummy socket to mod1137 [celest]
         * Added jA's ddos protection system -- check packet_athena.conf [celest]
         * Moved stall_time's reading from inter_athena.conf to packet_athena.conf

+ 1 - 1
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);