mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
formatting
This commit is contained in:
parent
44fa5e545d
commit
629c219b39
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 )
|
||||
{
|
||||
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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue