mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
fixed style #2
This commit is contained in:
parent
d31a33732c
commit
627a816f6e
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ bool Core::TerritoryMgr::isHousingTerritory(uint32_t territoryTypeId) const
|
||||||
{
|
{
|
||||||
auto pTeri = getTerritoryDetail( territoryTypeId );
|
auto pTeri = getTerritoryDetail( territoryTypeId );
|
||||||
|
|
||||||
if (!pTeri)
|
if( !pTeri )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return pTeri->territoryIntendedUse == TerritoryIntendedUse::HousingArea;
|
return pTeri->territoryIntendedUse == TerritoryIntendedUse::HousingArea;
|
||||||
|
|
Loading…
Add table
Reference in a new issue