mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 16:57:47 +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 )
|
if( !pTeri )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if ( territoryTypeId == 359 )
|
|
||||||
{
|
|
||||||
// return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return pTeri->territoryIntendedUse == TerritoryIntendedUse::AllianceRaid ||
|
return pTeri->territoryIntendedUse == TerritoryIntendedUse::AllianceRaid ||
|
||||||
pTeri->territoryIntendedUse == TerritoryIntendedUse::BeforeTrialDung ||
|
pTeri->territoryIntendedUse == TerritoryIntendedUse::BeforeTrialDung ||
|
||||||
pTeri->territoryIntendedUse == TerritoryIntendedUse::Trial ||
|
pTeri->territoryIntendedUse == TerritoryIntendedUse::Trial ||
|
||||||
|
|
Loading…
Add table
Reference in a new issue