diff options
Diffstat (limited to 'src/map')
-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 1e1e5d702..8942c4c1a 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -3629,7 +3629,7 @@ static int mob_read_randommonster(void) const char* mobfile[] = { "mob_branch.txt", "mob_poring.txt", - "mob_boss.txt" + "mob_boss.txt", "mob_pouch.txt"}; for(i=0;i<MAX_RANDOMMONSTER;i++){ |