From d3b2c6f077d4295b274f204454dd74210513ab8e Mon Sep 17 00:00:00 2001 From: calciumkid Date: Sun, 18 Dec 2011 13:20:35 +0000 Subject: [PATCH] mob.c fix after mob_read_sqlskilldb re bugreport:5126 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15162 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/map/mob.c b/src/map/mob.c index 3732f4ab3b..1b8a44b85a 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -4364,10 +4364,13 @@ static void mob_load(void) mob_read_sqldb(); mob_read_sqlskilldb(); } else { -#endif /* TXT_ONLY */ mob_readdb(); mob_readskilldb(); - } + } +#else + mob_readdb(); + mob_readskilldb(); +#endif /* TXT_ONLY */ sv_readdb(db_path, "mob_avail.txt", ',', 2, 12, -1, &mob_readdb_mobavail); mob_read_randommonster(); mob_readchatdb();