diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 1a8f72a6f..1dacdd5ab 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -3981,7 +3981,7 @@ static int mob_read_randommonster(void) int i,j; const char* mobfile[] = { DBPATH"mob_branch.txt", - "mob_poring.txt", + DBPATH"mob_poring.txt", DBPATH"mob_boss.txt", "mob_pouch.txt", "mob_classchange.txt"}; |