1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 00:47:45 +00:00

Removed debug code

This commit is contained in:
Mordred 2018-01-27 23:54:26 +01:00
parent 35a2c6db09
commit ebad3f3c2f

View file

@ -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 ||