浏览代码

Follow up to 73140bd078036ef173568918102e42f824ee148c

Daegaladh 5 年之前
父节点
当前提交
5154e07899
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);