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 7d02bbc27..5dd636689 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -3981,7 +3981,8 @@ static int mob_read_randommonster(void) DBPATH"mob_branch.txt", "mob_poring.txt", DBPATH"mob_boss.txt", - "mob_pouch.txt"}; + "mob_pouch.txt", + "mob_classchange.txt"}; memset(&summon, 0, sizeof(summon)); |