diff --git a/src/world/Actor/BNpc.cpp b/src/world/Actor/BNpc.cpp index c1bfe2e5..9cdc8a6e 100644 --- a/src/world/Actor/BNpc.cpp +++ b/src/world/Actor/BNpc.cpp @@ -523,8 +523,8 @@ void Sapphire::Entity::BNpc::update( int64_t currTime ) if( distance > minActorDistance ) { - auto pTeriMgr = m_pFw->get< World::Manager::TerritoryMgr >(); - if ( ( currTime - m_lastAttack ) > 600 && pTeriMgr->isDefaultTerritory( getCurrentZone()->getTerritoryTypeId() ) ) + //auto pTeriMgr = m_pFw->get< World::Manager::TerritoryMgr >(); + //if ( ( currTime - m_lastAttack ) > 600 && pTeriMgr->isDefaultTerritory( getCurrentZone()->getTerritoryTypeId() ) ) moveTo( pHatedActor->getPos() ); } else