mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Core/World): -Wrange-loop-analysis warning (#6853)
This commit is contained in:
@@ -1490,8 +1490,10 @@ void World::SetInitialWorldSettings()
|
||||
sIPLocation->Load();
|
||||
|
||||
std::vector<uint32> mapIds;
|
||||
for (auto const& map : sMapStore)
|
||||
for (auto const map : sMapStore)
|
||||
{
|
||||
mapIds.emplace_back(map->MapID);
|
||||
}
|
||||
|
||||
vmmgr2->InitializeThreadUnsafe(mapIds);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user