1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 11:17:46 +00:00
This commit is contained in:
Dantestyle 2018-05-14 06:03:17 +02:00
parent 0cba5299ef
commit fc5bdf9dd9

View file

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