mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Maps: cosmetic correction on comment (#24096)
This commit is contained in:
@@ -341,7 +341,7 @@ uint32 MapManager::GenerateInstanceId()
|
||||
ASSERT(newInstanceId < _freeInstanceIds.size());
|
||||
_freeInstanceIds[newInstanceId] = false;
|
||||
|
||||
// Find the lowest available id starting from the current NextInstanceId (which should be the lowest according to the logic in FreeInstanceId()
|
||||
// Find the lowest available id starting from the current NextInstanceId (which should be the lowest according to the logic in FreeInstanceId())
|
||||
size_t nextFreedId = _freeInstanceIds.find_next(_nextInstanceId++);
|
||||
if (nextFreedId == InstanceIds::npos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user