Explorar o código

Follow up to 73140bd078036ef173568918102e42f824ee148c

Daegaladh %!s(int64=5) %!d(string=hai) anos
pai
achega
5154e07899
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/mob.cpp

+ 1 - 1
src/map/mob.cpp

@@ -5563,7 +5563,7 @@ static void mob_load(void)
 
 		sv_readdb(dbsubpath1, "mob_chat_db.txt", '#', 3, 3, -1, &mob_parse_row_chatdb, silent);
 
-		if( db_use_sqldbs )
+		if( db_use_sqldbs && i == 0 )
 			mob_read_sqlskilldb();
 		else
 			mob_readskilldb(dbsubpath2, silent);