1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-07 16:47:44 +00:00
This commit is contained in:
AriAvery 2019-02-01 11:26:59 +01:00
parent fa3226bc00
commit 1bbba84c5c

View file

@ -605,7 +605,7 @@ void Sapphire::Entity::BNpc::setDeaf( bool state )
void Sapphire::Entity::BNpc::setBlind( bool state )
{
m_isBlind = true;
m_isBlind = state;
}
bool Sapphire::Entity::BNpc::isDeaf()