Merge branch 'azerothcore:master' into Playerbot

This commit is contained in:
ZhengPeiRu21
2023-04-24 09:38:43 -06:00
committed by GitHub
27 changed files with 7015 additions and 27 deletions

View File

@@ -252,7 +252,7 @@ UpdateResult UpdateFetcher::Update(bool const redundancyChecks,
// Fill hash to name cache
HashToFileNameStorage hashToName;
for (auto entry : applied)
for (auto& entry : applied)
hashToName.insert(std::make_pair(entry.second.hash, entry.first));
size_t importedUpdates = 0;