mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
remove the code restricting ic territories from being created
This commit is contained in:
parent
591f57cec2
commit
0350b4dc22
1 changed files with 3 additions and 2 deletions
|
@ -261,8 +261,9 @@ Sapphire::ZonePtr Sapphire::World::Manager::TerritoryMgr::createTerritoryInstanc
|
||||||
if( !isValidTerritory( territoryTypeId ) )
|
if( !isValidTerritory( territoryTypeId ) )
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
if( isInstanceContentTerritory( territoryTypeId ) )
|
// nb: disabled for now because there's not a real reason to have this constraint, makes testing some stuff easier too
|
||||||
return nullptr;
|
// if( isInstanceContentTerritory( territoryTypeId ) )
|
||||||
|
// return nullptr;
|
||||||
|
|
||||||
auto pExdData = framework()->get< Data::ExdDataGenerated >();
|
auto pExdData = framework()->get< Data::ExdDataGenerated >();
|
||||||
auto pTeri = getTerritoryDetail( territoryTypeId );
|
auto pTeri = getTerritoryDetail( territoryTypeId );
|
||||||
|
|
Loading…
Add table
Reference in a new issue