summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/mob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 49ef0bfbc..1ddc9a662 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -3828,16 +3828,16 @@ static int mob_read_randommonster(void)
char line[1024];
char *str[10],*p;
int i,j;
-
const char* mobfile[] = {
#if REMODE
"re/mob_branch.txt",
+ "mob_poring.txt",
"re/mob_boss.txt",
#else
"pre-re/mob_branch.txt",
+ "mob_poring.txt",
"pre-re/mob_boss.txt",
#endif
- "mob_poring.txt",
"mob_pouch.txt"};
memset(&summon, 0, sizeof(summon));