fix: 刷理智代理倍率移除1000适配

This commit is contained in:
status102
2025-07-18 09:32:14 +08:00
parent 3fc2fd3ae0
commit ce0c8bf658

View File

@@ -72,11 +72,10 @@ bool asst::FightTask::set_params(const json::value& params)
m_fight_times_prt->set_fight_times(times);
if (series == 1000) {
Log.warn("================ DEPRECATED ================");
Log.warn("series = 1000, 已弃用");
Log.warn("================ DEPRECATED ================");
m_fight_times_prt->set_series(0);
m_medicine_plugin->set_reduce_when_exceed(true);
Log.error("================ DEPRECATED ================");
Log.error("series = 1000, 已弃用");
Log.error("================ DEPRECATED ================");
return false;
} // v5.16.0
else if (series < -1 || series > 6) {
Log.error("Invalid series");