Misc: Kill trailing white spaces

This commit is contained in:
Aokromes
2017-11-25 01:05:15 +01:00
parent f3a00a1822
commit 5f2c5f2ed3
5 changed files with 5 additions and 5 deletions

View File

@@ -3259,7 +3259,7 @@ bool Map::SpawnGroupSpawn(uint32 groupId, bool ignoreRespawn, bool force, std::v
TC_LOG_ERROR("maps", "Tried to spawn non-existing (or system) spawn group %u on map %u. Blocked.", groupId, GetId());
return false;
}
for (auto& pair : sObjectMgr->GetSpawnDataForGroup(groupId))
{
SpawnData const* data = pair.second;