1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 07:07:45 +00:00

formatting

This commit is contained in:
NotAdam 2018-08-23 23:32:44 +10:00
parent 44fa5e545d
commit 629c219b39

View file

@ -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 )