summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index abbb141cf..0ad6fbbed 100644
--- a/src/map/mob.c
+++ b/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 )