summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 3cfb4e6d5..7a39af029 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -4352,14 +4352,17 @@ static int mob_readdb_race(void)
void mob_reload(void)
{
- /*
-
- <empty monster database>
- mob_read();
-
- */
+#ifndef TXT_ONLY
+ if(db_use_sqldbs)
+ mob_read_sqldb();
+ else
+#endif /* TXT_ONLY */
+ mob_readdb();
- do_init_mob();
+ mob_readdb_mobavail();
+ mob_read_randommonster();
+ mob_readskilldb();
+ mob_readdb_race();
}
#ifndef TXT_ONLY