diff --git a/storage/storage.cpp b/storage/storage.cpp index 82657817ab..480ee2073e 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -403,7 +403,7 @@ void Storage::DownloadNextFile(QueuedCountry const & country) CountryFile const & countryFile = GetCountryFile(country.GetIndex()); // send Country name for statistics - m_downloader->GetServersList(countryFile.GetNameWithoutExt(), + m_downloader->GetServersList(strings::to_string(GetCurrentDataVersion()) + "/" + countryFile.GetNameWithoutExt(), bind(&Storage::OnServerListDownloaded, this, _1)); }