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

typo error again 3

This commit is contained in:
Dantestyle 2018-05-14 05:50:49 +02:00
parent c19cc8dcdc
commit 13ea7320dc

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() );
}
} );
}