Browse Source

Follow up to r15306, looks like someone didn't wake up properly.
-- Made it #REMODE specific

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15307 54d463be-8e91-2dee-dedb-b68131a5f0ec

shennetsind 13 years ago
parent
commit
b1632e804c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/map/mob.c

+ 4 - 0
src/map/mob.c

@@ -3676,7 +3676,11 @@ static bool mob_readdb_sub(char* fields[], int columns, int current)
 
 static void mob_readdb(void)
 {
+#if REMODE
 	const char* filename[] = { "mob_db.txt", "mob_db_re.txt" , "mob_db2.txt" };
+#else
+	const char* filename[] = { "mob_db.txt" , "mob_db2.txt" };
+#endif
 	int fi;
 	
 	for( fi = 0; fi < ARRAYLENGTH(filename); ++fi )