[Warnings] Fix warnings

This commit is contained in:
Yunfan Li
2024-06-22 18:48:20 +08:00
parent ab9339dffa
commit 4636b6e5b6
2 changed files with 8 additions and 4 deletions

View File

@@ -960,6 +960,8 @@ void PlayerbotAI::ChangeEngine(BotState type)
case BOT_STATE_DEAD:
// LOG_DEBUG("playerbots", "=== {} DEAD ===", bot->GetName().c_str());
break;
default:
break;
}
}
}