diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index f2c400581..1e1e5d702 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -3629,7 +3629,8 @@ 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++){ mob_db_data[0]->summonper[i] = 1002; // 設定し忘れた場合はポリンが出るようにしておく |