mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-09 12:17:45 +00:00
make the output of territorymgr nicer on startup 👌
This commit is contained in:
parent
afd439c64f
commit
99300d746a
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ bool Core::TerritoryMgr::createDefaultTerritories()
|
|||
"\t" + std::to_string( guid ) +
|
||||
"\t" + std::to_string( territoryInfo->territoryIntendedUse ) +
|
||||
"\t" + territoryInfo->name +
|
||||
"\t" + pPlaceName->name );
|
||||
( territoryInfo->name.length() > 4 ? "\t" : "\t\t" ) +
|
||||
pPlaceName->name );
|
||||
|
||||
ZonePtr pZone( new Zone( territoryId, guid, territoryInfo->name, pPlaceName->name, false ) );
|
||||
pZone->init();
|
||||
|
|
Loading…
Add table
Reference in a new issue