mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-12 10:27:46 +00:00
typo...
This commit is contained in:
parent
13ea7320dc
commit
704188200c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ private:
|
||||||
{
|
{
|
||||||
if( result.param2 == 1 ) // finish quest
|
if( result.param2 == 1 ) // finish quest
|
||||||
{
|
{
|
||||||
if (player.giveQuestRewards( getId(), 0))
|
if(player.giveQuestRewards( getId(), 0 ) )
|
||||||
player.finishQuest( getId() );
|
player.finishQuest( getId() );
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Add table
Reference in a new issue