1
This commit is contained in:
parent
6cb4cea85b
commit
f76730f8aa
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user