diff --git a/src/map/mob.c b/src/map/mob.c index e0853bfffb..1fb84d5eda 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -4966,6 +4966,27 @@ static void mob_load(void) "/"DBIMPORT, }; + // First we parse all the possible monsters to add additional data in the second loop + if( db_use_sqldbs ){ + mob_read_sqldb(); + mob_read_sqlskilldb(); + }else{ + for(i=0; i