diff --git a/map/framework.cpp b/map/framework.cpp index 05718e46f6..ab50a54a8c 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -539,6 +539,7 @@ void Framework::RegisterAllMaps() Settings::Get("DisableFastMigrate", disableFastMigrate); if (!disableFastMigrate && !m_storage.HaveDownloadedCountries()) { + Storage().PrefetchMigrateData(); Migrate(); return; }