Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2025-08-09 15:02:41 +08:00
92 changed files with 1095 additions and 752 deletions

View File

@@ -575,7 +575,8 @@ void DBUpdater<T>::ApplyFile(DatabaseWorkerPool<T>& pool, std::string const& hos
"If you are a developer, please fix your sql query.",
path.generic_string(), pool.GetConnectionInfo()->database);
throw UpdateException("update failed");
if (!sConfigMgr->isDryRun())
throw UpdateException("update failed");
}
}