mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 03:07:45 +00:00
formatting
This commit is contained in:
parent
0583459ed2
commit
3396645e3c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void Core::Entity::Player::removeQuest( uint16_t questId )
|
||||||
|
|
||||||
bool Core::Entity::Player::hasQuest( uint32_t questId )
|
bool Core::Entity::Player::hasQuest( uint32_t questId )
|
||||||
{
|
{
|
||||||
return ( getQuestIndex( static_cast< uint16_t>( questId ) ) > -1 );
|
return ( getQuestIndex( static_cast< uint16_t >( questId ) ) > -1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
int8_t Core::Entity::Player::getQuestIndex( uint16_t questId )
|
int8_t Core::Entity::Player::getQuestIndex( uint16_t questId )
|
||||||
|
|
Loading…
Add table
Reference in a new issue