diff --git a/server/gameserver/mt/AI.cc b/server/gameserver/mt/AI.cc index 490ac8f5..762a9a41 100644 --- a/server/gameserver/mt/AI.cc +++ b/server/gameserver/mt/AI.cc @@ -94,14 +94,6 @@ namespace mt ); } } - if (ai_kind() == kAI_MineSweeper) { - for (int n : _int_list_param2) { - if (n <= 0 || n > 63) { - A8_ABORT(); - } - a8::SetBitFlag(_bits_param2, n); - } - } } void AI::Init2()