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
This commit is contained in:
shennetsind 2011-12-29 14:47:47 +00:00
parent 5aee8fa9ff
commit b1632e804c

View File

@ -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 )