1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-07-22 19:17:45 +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( listEntry->m_pChara->isPlayer() )
BNpc::notifyPlayerDeaggro( listEntry->m_pChara );
notifyPlayerDeaggro( listEntry->m_pChara );
}
}
m_hateList.clear();