mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
Whitespace
This commit is contained in:
parent
4c6c40bf70
commit
954a2fd984
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ void Sapphire::Entity::BNpc::update( uint64_t tickCount )
|
|||
auto distanceOrig = Util::distance( getPos().x, getPos().y, getPos().z,
|
||||
m_spawnPos.x, m_spawnPos.y, m_spawnPos.z );
|
||||
|
||||
if (pHatedActor && pHatedActor->getCurrentTerritory() != m_pCurrentTerritory )
|
||||
if ( pHatedActor && pHatedActor->getCurrentTerritory() != m_pCurrentTerritory )
|
||||
{
|
||||
hateListRemove( pHatedActor );
|
||||
pHatedActor = hateListGetHighest();
|
||||
|
|
Loading…
Add table
Reference in a new issue