소스 검색

Follow up r16884 fixed a typo =X

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16885 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 12 년 전
부모
커밋
1016106fc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/tool/mapcache.c

+ 1 - 1
src/tool/mapcache.c

@@ -258,7 +258,7 @@ int do_init(int argc, char** argv)
 
 	/* setup pre-defined, #define-dependant */
 	sprintf(map_cache_file,"db/%s/map_cache.dat",
-#ifndef RENEWAL
+#ifdef RENEWAL
 			"re"
 #else
 			"pre-re"