mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-07 16:47:44 +00:00
upps
This commit is contained in:
parent
fa3226bc00
commit
1bbba84c5c
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ void Sapphire::Entity::BNpc::setDeaf( bool state )
|
||||||
|
|
||||||
void Sapphire::Entity::BNpc::setBlind( bool state )
|
void Sapphire::Entity::BNpc::setBlind( bool state )
|
||||||
{
|
{
|
||||||
m_isBlind = true;
|
m_isBlind = state;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Sapphire::Entity::BNpc::isDeaf()
|
bool Sapphire::Entity::BNpc::isDeaf()
|
||||||
|
|
Loading…
Add table
Reference in a new issue