mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 12:17:46 +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,
|
auto distanceOrig = Util::distance( getPos().x, getPos().y, getPos().z,
|
||||||
m_spawnPos.x, m_spawnPos.y, m_spawnPos.z );
|
m_spawnPos.x, m_spawnPos.y, m_spawnPos.z );
|
||||||
|
|
||||||
if (pHatedActor && pHatedActor->getCurrentTerritory() != m_pCurrentTerritory )
|
if ( pHatedActor && pHatedActor->getCurrentTerritory() != m_pCurrentTerritory )
|
||||||
{
|
{
|
||||||
hateListRemove( pHatedActor );
|
hateListRemove( pHatedActor );
|
||||||
pHatedActor = hateListGetHighest();
|
pHatedActor = hateListGetHighest();
|
||||||
|
|
Loading…
Add table
Reference in a new issue