mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
Revert "ci: temp fix for txwy gamedat"
gamedata was fixed on the 05/02/2026 at 08:03Z
This reverts commit 3cf198e5e1.
This commit is contained in:
@@ -265,11 +265,6 @@ bool run_parallel_tasks(
|
||||
if (error_occurred.load()) {
|
||||
return;
|
||||
}
|
||||
// Skip recruitment for txwy
|
||||
if (out == "txwy") {
|
||||
std::cout << "------- Skipping recruitment data for " << out << " -------" << '\n';
|
||||
return;
|
||||
}
|
||||
std::cout << "------- Update recruitment data " << out << " -------" << '\n';
|
||||
if (!update_recruitment_data(
|
||||
overseas_data_dir / in / "gamedata" / "excel",
|
||||
|
||||
Reference in New Issue
Block a user