1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-07-23 03:27:46 +00:00

small refactor

This commit is contained in:
Kooper 2025-07-19 22:10:47 +02:00
parent b8efc8f8dc
commit 12bda0e38e

View file

@ -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();