mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +00:00
Removed debug code
This commit is contained in:
parent
35a2c6db09
commit
ebad3f3c2f
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@ bool Core::TerritoryMgr::isInstanceContentTerritory( uint32_t territoryTypeId )
|
|||
if( !pTeri )
|
||||
return false;
|
||||
|
||||
if ( territoryTypeId == 359 )
|
||||
{
|
||||
// return false;
|
||||
}
|
||||
|
||||
return pTeri->territoryIntendedUse == TerritoryIntendedUse::AllianceRaid ||
|
||||
pTeri->territoryIntendedUse == TerritoryIntendedUse::BeforeTrialDung ||
|
||||
pTeri->territoryIntendedUse == TerritoryIntendedUse::Trial ||
|
||||
|
|
Loading…
Add table
Reference in a new issue