1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 17:27:47 +00:00

typo error again 3

This commit is contained in:
Dantestyle 2018-05-14 05:50:49 +02:00
parent f62d09b051
commit 0cba5299ef

View file

@ -119,8 +119,8 @@ private:
{
if( result.param2 == 1 ) // finish quest
{
if( player.giveQuestRewards( getId(), 0 ) )
player.finishQuest( m_id );
if (player.giveQuestRewards( getId(), 0))
player.finishQuest( getId() );
}
} );
}