This commit is contained in:
aozhiwei 2023-06-01 18:32:25 +08:00
parent 6cb4cea85b
commit f76730f8aa

View File

@ -39,7 +39,7 @@ namespace mt
int try_count = 0; int try_count = 0;
while (true) { while (true) {
const mt::Robot* tmp_robot_meta = raw_list[rand() % raw_list.size()]; const mt::Robot* tmp_robot_meta = raw_list[rand() % raw_list.size()];
#ifdef DEBUG #ifdef DEBUG1
if (tmp_robot_meta->hero_id() != 30300) { if (tmp_robot_meta->hero_id() != 30300) {
continue; continue;
} }