mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-07-23 03:27:46 +00:00
small refactor
This commit is contained in:
parent
b8efc8f8dc
commit
12bda0e38e
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ void BNpc::hateListClear()
|
||||||
if( isInRangeSet( listEntry->m_pChara ) )
|
if( isInRangeSet( listEntry->m_pChara ) )
|
||||||
{
|
{
|
||||||
if( listEntry->m_pChara->isPlayer() )
|
if( listEntry->m_pChara->isPlayer() )
|
||||||
BNpc::notifyPlayerDeaggro( listEntry->m_pChara );
|
notifyPlayerDeaggro( listEntry->m_pChara );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_hateList.clear();
|
m_hateList.clear();
|
||||||
|
|
Loading…
Add table
Reference in a new issue