1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

fix blasphemous indentation

This commit is contained in:
NotAdam 2019-01-04 22:59:09 +11:00
parent ba803288a3
commit d5e466267e

View file

@ -164,12 +164,12 @@ bool Sapphire::World::Manager::TerritoryMgr::createDefaultTerritories()
uint32_t guid = getNextInstanceId(); uint32_t guid = getNextInstanceId();
Logger::info( "{0}\t{1}\t{2}\t{3:<10}\t{4}\t{5}", Logger::info( "{0}\t{1}\t{2}\t{3:<10}\t{4}\t{5}",
territoryTypeId, territoryTypeId,
guid, guid,
territoryInfo->territoryIntendedUse, territoryInfo->territoryIntendedUse,
territoryInfo->name, territoryInfo->name,
( isPrivateTerritory( territoryTypeId ) ? "PRIVATE" : "PUBLIC" ), ( isPrivateTerritory( territoryTypeId ) ? "PRIVATE" : "PUBLIC" ),
pPlaceName->name ); pPlaceName->name );
auto pZone = make_Zone( territoryTypeId, guid, territoryInfo->name, pPlaceName->name, framework() ); auto pZone = make_Zone( territoryTypeId, guid, territoryInfo->name, pPlaceName->name, framework() );
pZone->init(); pZone->init();