mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +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 ) )
|
||||
return nullptr;
|
||||
|
||||
if( isInstanceContentTerritory( territoryTypeId ) )
|
||||
return nullptr;
|
||||
// nb: disabled for now because there's not a real reason to have this constraint, makes testing some stuff easier too
|
||||
// if( isInstanceContentTerritory( territoryTypeId ) )
|
||||
// return nullptr;
|
||||
|
||||
auto pExdData = framework()->get< Data::ExdDataGenerated >();
|
||||
auto pTeri = getTerritoryDetail( territoryTypeId );
|
||||
|
|
Loading…
Add table
Reference in a new issue